From: nickthetait Date: Wed, 3 Jun 2015 16:10:11 +0000 (-0600) Subject: Increment minor version number X-Git-Tag: lulzbot-15.02.1-1.01 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=96d684cd78e10b6b9ad1d876455bb12fa844f84b;p=cura.git Increment minor version number --- diff --git a/Cura/gui/aboutWindow.py b/Cura/gui/aboutWindow.py index b80ffea9..dfc3bb63 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 c182a7b8..fb5b7df5 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)