update qca version to 2.0.1

update qcatool version to 2.0.1

svn path=/trunk/kdesupport/qca/; revision=810570
This commit is contained in:
Justin Karneges 2008-05-21 00:30:15 +00:00
parent ee04977661
commit ac119bc046
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
\sa qcaVersion for a runtime check.
*/
#define QCA_VERSION 0x020000
#define QCA_VERSION 0x020001
#include <QString>
#include <QStringList>

View File

@ -28,7 +28,7 @@
const char *const APPNAME = "qcatool";
const char *const EXENAME = "qcatool2";
const char *const VERSION = "1.0.0";
const char *const VERSION = "2.0.1";
static QStringList wrapstring(const QString &str, int width)
{