CVS commit by trueg: 0.11.22 grmpf M +3 -0 ChangeLog 1.64.2.80 M +2 -2 src/main.cpp 1.73.2.24 --- kdeextragear-1/k3b/ChangeLog #1.64.2.79:1.64.2.80 @@ -1,2 +1,5 @@ +0.11.22 +Flac 1.1.2 compile fix. + 0.11.21 Little fix in capabilities detection (only affects buggy firmwares) --- kdeextragear-1/k3b/src/main.cpp #1.73.2.23:1.73.2.24 @@ -63,5 +63,5 @@ int main(int argc, char *argv[]) { KAboutData aboutData( "k3b", I18N_NOOP("K3b"), - "0.11.21cvs", description, KAboutData::License_GPL, + "0.11.22cvs", description, KAboutData::License_GPL, I18N_NOOP("(c) 1999 - 2004, Sebastian Trüg and the K3b Team"), 0, "http://www.k3b.org" ); aboutData.addAuthor("Sebastian Trüg",I18N_NOOP("Maintainer"), "trueg@k3b.org");