~ubuntu-branches/ubuntu/raring/kbibtex/raring

« back to all changes in this revision

Viewing changes to src/kbibtex_part.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2009-08-23 19:18:34 UTC
  • mfrom: (1.1.4 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090823191834-0tqc3e8fydiu3im9
Tags: 0.2.3-1
* New upstream version. New Google Scholar search engine.
* Bumped Standards-Version to 3.8.3.0 No changes necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
735
735
{
736
736
    if ( !s_instance )
737
737
    {
738
 
        s_about = new KAboutData( "kbibtexpart", I18N_NOOP( "KBibTeXPart" ), "0.2.2" );
 
738
        s_about = new KAboutData( "kbibtexpart", I18N_NOOP( "KBibTeXPart" ), "0.2.3" );
739
739
        s_about->addAuthor( "Thomas Fischer", 0, "fischer@unix-ag.uni-kl.de" );
740
740
        s_instance = new KInstance( s_about );
741
741
    }