Skip to content
Permalink
Browse files
bump version (r11643)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11645 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Sep 12, 2009
1 parent 888cc5e commit 20bd178
Showing 1 changed file with 3 additions and 3 deletions.
@@ -16,12 +16,12 @@ ARCHS_P = $(ARCH_P_$(SDKSYS)) // in the form arch1;arch2;...
//////////////////////////////////////////////////////////////////////

// major-minor-patch must be integers for Mac OS X
QGIS_RELEASE_NAME = Mimas
QGIS_RELEASE_NAME = Trunk
QGIS_VERSION_MAJOR = 1
QGIS_VERSION_MINOR = 3
QGIS_VERSION_MINOR = 4
QGIS_VERSION_PATCH = 0
QGIS_VERSION_FULL = $(QGIS_VERSION_MAJOR).$(QGIS_VERSION_MINOR).$(QGIS_VERSION_PATCH)-$(QGIS_RELEASE_NAME)
QGIS_VERSION_INT = 10300
QGIS_VERSION_INT = 10400

//////////////////////////////////////////////////////////////////////
// Qt and other support

0 comments on commit 20bd178

Please sign in to comment.