File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ public:
3333 static const int QGIS_VERSION_INT;
3434 // Release name
3535 static const char* QGIS_RELEASE_NAME;
36- // The subversion version
37- static const char* QGIS_SVN_VERSION ;
36+ // The development (GIT) version
37+ static const char* QGIS_DEV_VERSION ;
3838
3939 // Enumerations
4040 //
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ static void setTitleBarText_( QWidget & qgisApp )
274274
275275 if ( QString ( QGis::QGIS_VERSION ).endsWith ( " Trunk" ) )
276276 {
277- caption += QString ( " r %1" ).arg ( QGis::QGIS_SVN_VERSION );
277+ caption += QString ( " %1" ).arg ( QGis::QGIS_DEV_VERSION );
278278 }
279279 else
280280 {
Original file line number Diff line number Diff line change 2828// Version string
2929const char * QGis::QGIS_VERSION = VERSION;
3030
31+ // development version
32+ const char * QGis::QGIS_DEV_VERSION = QGSVERSION;
33+
3134// Version number used for comparing versions using the
3235// "Check QGIS Version" function
3336const int QGis::QGIS_VERSION_INT = VERSION_INT;
Original file line number Diff line number Diff line change 1414 * (at your option) any later version. *
1515 * *
1616 ***************************************************************************/
17- /* $Id$ */
1817
1918#ifndef QGIS_H
2019#define QGIS_H
@@ -39,8 +38,8 @@ class CORE_EXPORT QGis
3938 static const int QGIS_VERSION_INT;
4039 // Release name
4140 static const char * QGIS_RELEASE_NAME;
42- // The subversion version
43- static const char * QGIS_SVN_VERSION ;
41+ // The development version
42+ static const char * QGIS_DEV_VERSION ;
4443
4544 // Enumerations
4645 //
You can’t perform that action at this time.
0 commit comments