From: daid303 Date: Thu, 7 Mar 2013 12:36:35 +0000 (+0100) Subject: Update the version number to 13.03 X-Git-Tag: 13.03~15 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0779d509e20c8ef0001819683913ba25d7e4784f;p=cura.git Update the version number to 13.03 --- diff --git a/package.sh b/package.sh index cb1c1484..457715b4 100755 --- a/package.sh +++ b/package.sh @@ -16,7 +16,7 @@ BUILD_TARGET=${1:-all} ##Do we need to create the final archive ARCHIVE_FOR_DISTRIBUTION=1 ##Which version name are we appending to the final archive -BUILD_NAME=13.01 +BUILD_NAME=13.03 TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET} ##Which versions of external programs to use diff --git a/setup.py b/setup.py index b6377339..a9c0d71a 100644 --- a/setup.py +++ b/setup.py @@ -9,10 +9,10 @@ if sys.platform.startswith('darwin'): DATA_FILES = ['Cura/LICENSE', 'Cura/resources/images', 'Cura/resources/meshes', 'Cura/resources/example', 'Cura/resources/firmware'] PLIST = { u'CFBundleName': u'Cura', - u'CFBundleShortVersionString': u'13.01', - u'CFBundleVersion': u'13.01', + u'CFBundleShortVersionString': u'13.03', + u'CFBundleVersion': u'13.03', u'CFBundleIdentifier': u'com.ultimaker.Cura', - u'LSMinimumSystemVersion': u'10.7', + u'LSMinimumSystemVersion': u'10.6', u'LSApplicationCategoryType': u'public.app-category.graphics-design', u'CFBundleDocumentTypes': [ {