Changeset 1299ea5b49 in tspsg for src/main.cpp


Ignore:
Timestamp:
Jul 10, 2012, 5:34:54 PM (12 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
b26801b000
Parents:
7ba743d983
Message:

Updated version info to be set based on git tags.

'git describe' is now used for version definition. Major, minor and
release are taken from the latest git tag. Build is defined as number of
commits since the latest tag. If we're out of source, then .tag file
should contain output of 'git describe --abbrev=40' command.

Also, moved version related code from tspsg.pro to version.pri.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cpp

    r7ba743d983 r1299ea5b49  
    4242{
    4343#ifdef Q_WS_S60
    44     // No enough memory for solution graph generation with tasks
     44    // Not enough memory for solution graph generation with tasks
    4545    // of 20 and more cities if we use non-raster graphics system.
    4646    QApplication::setGraphicsSystem("raster");
Note: See TracChangeset for help on using the changeset viewer.