chiark / gitweb /
Increment minor version number lulzbot-15.02.1-1.01
authornickthetait <tait@alephobjects.com>
Wed, 3 Jun 2015 16:10:11 +0000 (10:10 -0600)
committernickthetait <tait@alephobjects.com>
Wed, 3 Jun 2015 16:10:11 +0000 (10:10 -0600)
Cura/gui/aboutWindow.py
package.sh

index b80ffea94a3c1e42f0e10bc5369bdcc0dfeb40dc..dfc3bb6360b5d4e79a88daacaa3ba91412ffa241 100644 (file)
@@ -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.'))
index c182a7b87f25a3ddf5222bc693e303365499bfa0..fb5b7df5ef50f59ee3742e496f26788c41cf0729 100755 (executable)
@@ -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)