Skip to content

Commit 25050b9

Browse files
author
kyngchaos
committedSep 12, 2009
bump version (r11643)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11645 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 52e607f commit 25050b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎mac/xcode/qgis_settings.xcconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ ARCHS_P = $(ARCH_P_$(SDKSYS)) // in the form arch1;arch2;...
1616
//////////////////////////////////////////////////////////////////////
1717

1818
// major-minor-patch must be integers for Mac OS X
19-
QGIS_RELEASE_NAME = Mimas
19+
QGIS_RELEASE_NAME = Trunk
2020
QGIS_VERSION_MAJOR = 1
21-
QGIS_VERSION_MINOR = 3
21+
QGIS_VERSION_MINOR = 4
2222
QGIS_VERSION_PATCH = 0
2323
QGIS_VERSION_FULL = $(QGIS_VERSION_MAJOR).$(QGIS_VERSION_MINOR).$(QGIS_VERSION_PATCH)-$(QGIS_RELEASE_NAME)
24-
QGIS_VERSION_INT = 10300
24+
QGIS_VERSION_INT = 10400
2525

2626
//////////////////////////////////////////////////////////////////////
2727
// Qt and other support

0 commit comments

Comments
 (0)
Please sign in to comment.