Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornickthetait <tait@alephobjects.com>2015-06-03 19:10:11 +0300
committernickthetait <tait@alephobjects.com>2015-06-03 19:10:11 +0300
commit96d684cd78e10b6b9ad1d876455bb12fa844f84b (patch)
treeeae30f2308f7ae8b065efc1470fdfe35fd1ba3aa
parent96d35e2080e91fb65d381687000b8c7aba1e5311 (diff)
Increment minor version numberlulzbot-15.02.1-1.01
-rw-r--r--Cura/gui/aboutWindow.py2
-rwxr-xr-xpackage.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cura/gui/aboutWindow.py b/Cura/gui/aboutWindow.py
index b80ffea94a..dfc3bb6360 100644
--- a/Cura/gui/aboutWindow.py
+++ b/Cura/gui/aboutWindow.py
@@ -21,7 +21,7 @@ class aboutWindow(wx.Frame):
title.SetFont(wx.Font(18, wx.SWISS, wx.NORMAL, wx.BOLD))
s.Add(title, flag=wx.ALIGN_CENTRE|wx.EXPAND|wx.BOTTOM, border=5)
- s.Add(wx.StaticText(p, -1, 'Version 15.02.1-1.00'))
+ s.Add(wx.StaticText(p, -1, 'Version 15.02.1-1.01'))
s.Add(wx.StaticText(p, -1, 'End solution for Open Source Fused Filament Fabrication 3D printing.'), flag=wx.TOP, border=5)
s.Add(wx.StaticText(p, -1, 'Cura is currently developed and maintained by David Braam and Ultimaker.'), flag=wx.TOP, border=5)
s.Add(wx.StaticText(p, -1, 'Cura LulzBot Edition has been modified and maintained by Aleph Objects, Inc.'))
diff --git a/package.sh b/package.sh
index c182a7b87f..fb5b7df5ef 100755
--- a/package.sh
+++ b/package.sh
@@ -27,7 +27,7 @@ export BUILD_NAME=15.02.1
TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET}
##Revision
-export REVISION=1.00
+export REVISION=1.01
##Git commit
GIT_HASH=$(git rev-parse --short=4 HEAD)