From 699741d13505b80ab082ab3d4f55a49dc94292ac Mon Sep 17 00:00:00 2001 From: Steven Abadie Date: Thu, 6 Nov 2014 21:00:53 -0700 Subject: [PATCH] Revision 1.07 --- Cura/gui/aboutWindow.py | 4 ++-- package.sh | 2 +- scripts/linux/debian_amd64/DEBIAN/control | 2 +- scripts/linux/debian_i386/DEBIAN/control | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cura/gui/aboutWindow.py b/Cura/gui/aboutWindow.py index a85f8b84..a3ea6763 100644 --- a/Cura/gui/aboutWindow.py +++ b/Cura/gui/aboutWindow.py @@ -21,9 +21,9 @@ 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.06')) + s.Add(wx.StaticText(p, -1, 'Version 14.09-1.07')) 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 Ultimaker.'), 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.')) s.Add(wx.StaticText(p, -1, 'for use with LulzBot 3D printers.')) diff --git a/package.sh b/package.sh index dbd88dbe..39984208 100755 --- a/package.sh +++ b/package.sh @@ -22,7 +22,7 @@ export BUILD_NAME=14.09 TARGET_DIR=Cura-${BUILD_NAME}-${BUILD_TARGET} ##Revision -export REVISION=1.06 +export REVISION=1.07 ##Git commit GIT_HASH=$(git rev-parse --short=4 HEAD) diff --git a/scripts/linux/debian_amd64/DEBIAN/control b/scripts/linux/debian_amd64/DEBIAN/control index bd243a92..b92555eb 100755 --- a/scripts/linux/debian_amd64/DEBIAN/control +++ b/scripts/linux/debian_amd64/DEBIAN/control @@ -1,6 +1,6 @@ Source: cura Package: cura -Version: 14.09-1.06-f719 +Version: 14.09-1.07-d0c3 Maintainer: Aleph Objects, Inc. Section: misc Priority: optional diff --git a/scripts/linux/debian_i386/DEBIAN/control b/scripts/linux/debian_i386/DEBIAN/control index ff262d89..8615ca6e 100644 --- a/scripts/linux/debian_i386/DEBIAN/control +++ b/scripts/linux/debian_i386/DEBIAN/control @@ -1,5 +1,5 @@ Package: cura -Version: 14.01-1.06-742f +Version: 14.01-1.07-d0c3 Section: misc Priority: optional Architecture: i386 -- 2.30.2