[KBear-cvs] kbear/kbear main.cpp,1.43,1.43.2.1 resource.h,1.16,1.16.2.1
Brought to you by:
kbjorn
From: <kb...@us...> - 2003-11-21 22:46:34
|
Update of /cvsroot/kbear/kbear/kbear In directory sc8-pr-cvs1:/tmp/cvs-serv2185/kbear Modified Files: Tag: KBEAR_2_BRANCH main.cpp resource.h Log Message: See Changelog Index: main.cpp =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/main.cpp,v retrieving revision 1.43 retrieving revision 1.43.2.1 diff -C2 -d -r1.43 -r1.43.2.1 *** main.cpp 3 Oct 2002 20:53:39 -0000 1.43 --- main.cpp 21 Nov 2003 22:46:31 -0000 1.43.2.1 *************** *** 30,33 **** --- 30,34 ---- IDS_HOMEPAGE, IDS_AUTHOR_EMAIL ); aboutData.addAuthor( "Björn Sahlström", I18N_NOOP("Maintainer and main developer"), IDS_AUTHOR_EMAIL ); + aboutData.addAuthor( "Frithjof Engel", I18N_NOOP("Developer"), "fri...@us..." ); aboutData.addAuthor( "Peter Svärd", I18N_NOOP("Developer"), IDS_AUTHOR_EMAIL2 ); aboutData.addCredit ( "Falk Brettschneider", I18N_NOOP("For implementing the excellent library QextMdi"), Index: resource.h =================================================================== RCS file: /cvsroot/kbear/kbear/kbear/resource.h,v retrieving revision 1.16 retrieving revision 1.16.2.1 diff -C2 -d -r1.16 -r1.16.2.1 *** resource.h 8 Oct 2002 18:12:22 -0000 1.16 --- resource.h 21 Nov 2003 22:46:31 -0000 1.16.2.1 *************** *** 37,40 **** /* */ static const QString IDS_HOMEPAGE = "http://kbear.sourceforge.net/"; ! static const double IDS_VERSION = 2.00; // this is used for version control of config file #endif // RESOURCE_H --- 37,40 ---- /* */ static const QString IDS_HOMEPAGE = "http://kbear.sourceforge.net/"; ! static const double IDS_VERSION = 2.11; // this is used for version control of config file #endif // RESOURCE_H |