We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feac121 commit c37ff57Copy full SHA for c37ff57
src/versioninfo.cpp
@@ -19,7 +19,7 @@
19
#include <openssl/opensslv.h>
20
21
// Definitions
22
-const QString VERSIONTEXT("0.10.5a");
+const QString VERSIONTEXT("0.10.6");
23
24
const QString commitHash(COMMIT_HASH);
25
const QString shortCommitHash(QString(COMMIT_HASH).left(7));
0 commit comments