4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-11 18:29:33 +00:00

really set version to 2.0.2

svn path=/trunk/kdesupport/qca/; revision=961313
This commit is contained in:
Justin Karneges 2009-04-29 21:43:35 +00:00
parent b65992694a
commit f4bec75e39
4 changed files with 4 additions and 4 deletions
CMakeLists.txt
include/QtCrypto
qcm
tools/qcatool

@ -18,7 +18,7 @@ include(${QT_USE_FILE})
set(QCA_LIB_MAJOR_VERSION "2")
set(QCA_LIB_MINOR_VERSION "0")
set(QCA_LIB_PATCH_VERSION "1")
set(QCA_LIB_PATCH_VERSION "2")
set(QCA_LIB_VERSION_STRING "${QCA_LIB_MAJOR_VERSION}.${QCA_LIB_MINOR_VERSION}.${QCA_LIB_PATCH_VERSION}")

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

@ -159,7 +159,7 @@ public:
QString pkg_template2 = QString(
"Name: %1\n"
"Description: Qt Cryptographic Architecture library\n"
"Version: 2.0.1\n");
"Version: 2.0.2\n");
QString pkg_template3 = QString(
"Requires: %1\n");

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