SVN commit 580945 by azehende: increased version as critical bug was fixed updated copyright year M +1 -1 pmfactory.cpp M +1 -1 version.h --- branches/KDE/3.5/kdegraphics/kpovmodeler/pmfactory.cpp #580944:580945 @@ -85,7 +85,7 @@ s_aboutData = new KAboutData( "kpovmodeler", I18N_NOOP( "KPovModeler" ), KPOVMODELER_VERSION, description, - KAboutData::License_GPL, "(c) 2001-2002, Andreas Zehender" ); + KAboutData::License_GPL, "(c) 2001-2006, Andreas Zehender" ); s_aboutData->addAuthor( "Andreas Zehender", 0, "zehender@kde.org", "http://www.azweb.de" ); s_aboutData->addAuthor( "Luis Passos Carvalho", I18N_NOOP( "Textures" ), --- branches/KDE/3.5/kdegraphics/kpovmodeler/version.h #580944:580945 @@ -15,4 +15,4 @@ * * **************************************************************************/ -#define KPOVMODELER_VERSION "1.1.2" +#define KPOVMODELER_VERSION "1.1.3"