Skip to content

Commit 0779d50

Browse files
committed
Update the version number to 13.03
1 parent 8c91b8e commit 0779d50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BUILD_TARGET=${1:-all}
1616
##Do we need to create the final archive
1717
ARCHIVE_FOR_DISTRIBUTION=1
1818
##Which version name are we appending to the final archive
19-
BUILD_NAME=13.01
19+
BUILD_NAME=13.03
2020
TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET}
2121

2222
##Which versions of external programs to use

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
DATA_FILES = ['Cura/LICENSE', 'Cura/resources/images', 'Cura/resources/meshes', 'Cura/resources/example', 'Cura/resources/firmware']
1010
PLIST = {
1111
u'CFBundleName': u'Cura',
12-
u'CFBundleShortVersionString': u'13.01',
13-
u'CFBundleVersion': u'13.01',
12+
u'CFBundleShortVersionString': u'13.03',
13+
u'CFBundleVersion': u'13.03',
1414
u'CFBundleIdentifier': u'com.ultimaker.Cura',
15-
u'LSMinimumSystemVersion': u'10.7',
15+
u'LSMinimumSystemVersion': u'10.6',
1616
u'LSApplicationCategoryType': u'public.app-category.graphics-design',
1717
u'CFBundleDocumentTypes': [
1818
{

0 commit comments

Comments
 (0)