We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b79a6e commit c2b6170Copy full SHA for c2b6170
src/versioninfo.cpp
@@ -16,7 +16,7 @@
16
#include <openssl/opensslv.h>
17
18
// Definitions
19
-const QString VERSIONTEXT("0.9.3 beta");
+const QString VERSIONTEXT("0.9.4 beta");
20
21
const QString commitHash(COMMIT_HASH);
22
const QString shortCommitHash(QString(COMMIT_HASH).left(7));
0 commit comments