chiark / gitweb /
Shader fix for MacOS.
[cura.git] / setup.py
index a9c0d71a9be9264685ca46cff764d62ed4db5317..c0b10453428b04a6cf12186b7df3584ec0692984 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,8 +9,8 @@ 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.03',
-        u'CFBundleVersion': u'13.03',
+        u'CFBundleShortVersionString': u'13.05',
+        u'CFBundleVersion': u'13.05',
         u'CFBundleIdentifier': u'com.ultimaker.Cura',
         u'LSMinimumSystemVersion': u'10.6',
         u'LSApplicationCategoryType': u'public.app-category.graphics-design',