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