Automatically generate a more informative version string.

This commit is contained in:
Jim Evins
2018-12-04 22:56:51 -05:00
parent 8942101a18
commit 7e142bb57d
3 changed files with 40 additions and 10 deletions
+2 -2
View File
@@ -29,13 +29,13 @@ namespace glabels
namespace Version
{
const QString WEBSITE = "http://@Website@";
const QString WEBSITE = "http://@WEBSITE@";
const int MAJOR = @glabels-qt_VERSION_MAJOR@;
const int MINOR = @glabels-qt_VERSION_MINOR@;
const int MICRO = @glabels-qt_VERSION_PATCH@;
const QString STRING = "@glabels-qt_VERSION@";
const QString STRING = "@VERSION_STRING@";
}
}