Moving WSJT-X "trunk" on to v1.5.

If built with  qmake the version string will now  be "Not for Release"
since some  many features essential  to making a complete  package are
currently only build when using CMake.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4372 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville
2014-09-25 19:17:19 +00:00
parent 119eb1b1bd
commit 38b0d0083a
6 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ int main(int argc, char *argv[])
"." WSJTX_STRINGIZE (WSJTX_VERSION_MINOR)
"." WSJTX_STRINGIZE (WSJTX_VERSION_PATCH) " " + revision ());
#else
a.setApplicationVersion ("1.4.0");
a.setApplicationVersion ("Not for Release");
#endif
bool multiple {false};