From 445cdda2bcbf7a7ac8cf41853ffb0982d5503cfe Mon Sep 17 00:00:00 2001 From: Daid Date: Mon, 28 Jan 2013 15:51:54 +0100 Subject: [PATCH] Updated version number to 13.01 --- package.sh | 2 +- setup.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.sh b/package.sh index 12693f17..5f601ab4 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=12.12 +BUILD_NAME=13.01 TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET} ##Which versions of external programs to use diff --git a/setup.py b/setup.py index bd1a4ba7..b6377339 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'12.12', - u'CFBundleVersion': u'12.12', + u'CFBundleShortVersionString': u'13.01', + u'CFBundleVersion': u'13.01', u'CFBundleIdentifier': u'com.ultimaker.Cura', - u'LSMinimumSystemVersion': u'10.6', + u'LSMinimumSystemVersion': u'10.7', u'LSApplicationCategoryType': u'public.app-category.graphics-design', u'CFBundleDocumentTypes': [ { -- 2.30.2