chiark / gitweb /
Update the version number to 13.03
authordaid303 <daid303@gmail.com>
Thu, 7 Mar 2013 12:36:35 +0000 (13:36 +0100)
committerdaid303 <daid303@gmail.com>
Thu, 7 Mar 2013 12:36:35 +0000 (13:36 +0100)
package.sh
setup.py

index cb1c1484054be0f61f797cad8658308c2885dcb5..457715b40d79d9063a502ac4685c58d760361747 100755 (executable)
@@ -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
index b63773397552210755fd646d7dacbddf27168baa..a9c0d71a9be9264685ca46cff764d62ed4db5317 100644 (file)
--- 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': [
             {