chiark / gitweb /
Update version/revision in about window and package.sh
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Wed, 6 May 2015 19:37:25 +0000 (15:37 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Wed, 6 May 2015 19:38:33 +0000 (15:38 -0400)
Cura/gui/aboutWindow.py
package.sh

index 1be74b502bbe9bce83da2c194d40a7230027fde2..b80ffea94a3c1e42f0e10bc5369bdcc0dfeb40dc 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 14.09-1.19'))
+               s.Add(wx.StaticText(p, -1, 'Version 15.02.1-1.00'))
                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 befc2fca4e73b03ec60e593464a9a36f1b9cc6ad..4ca43440ed17109473c624a95fdfae2edcc02f89 100755 (executable)
@@ -26,7 +26,7 @@ export BUILD_NAME=15.02.1
 TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET}
 
 ##Revision
-export REVISION=1.19
+export REVISION=1.00
 
 ##Git commit
 GIT_HASH=$(git rev-parse --short=4 HEAD)