Make version numbers of snapshots more meaningful.

This commit is contained in:
Jim Evins
2019-05-05 14:45:44 -04:00
parent 1313c2fc19
commit 3256c407fb
8 changed files with 36 additions and 9 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ int main( int argc, char **argv )
QCoreApplication::setOrganizationName( "glabels.org" );
QCoreApplication::setOrganizationDomain( "glabels.org" );
QCoreApplication::setApplicationName( "glabels-batch-qt" );
QCoreApplication::setApplicationVersion( glabels::model::Version::STRING );
QCoreApplication::setApplicationVersion( glabels::model::Version::LONG_STRING );
//
// Setup translators