From c7adfedcaa6b220f31e19b753f0b5d43d9cdb01a Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Wed, 6 May 2015 15:37:25 -0400 Subject: [PATCH] Update version/revision in about window and package.sh --- Cura/gui/aboutWindow.py | 2 +- package.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cura/gui/aboutWindow.py b/Cura/gui/aboutWindow.py index 1be74b50..b80ffea9 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 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.')) diff --git a/package.sh b/package.sh index befc2fca..4ca43440 100755 --- a/package.sh +++ b/package.sh @@ -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) -- 2.30.2