From e4e9c6f77fd1d146b57c32605c04f5de08f29a89 Mon Sep 17 00:00:00 2001 From: Steven Abadie Date: Wed, 7 Jan 2015 16:33:05 -0700 Subject: [PATCH] Revision 1.18 This is the revision that will ship in the source copy with the LulzBot Mini v1. --- Cura/gui/aboutWindow.py | 2 +- package.sh | 2 +- scripts/linux/debian_amd64/DEBIAN/control | 2 +- scripts/linux/debian_i386/DEBIAN/control | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cura/gui/aboutWindow.py b/Cura/gui/aboutWindow.py index 453eba5e..e947392d 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.17')) + s.Add(wx.StaticText(p, -1, 'Version 14.09-1.18')) 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 e782b352..45b0a713 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.17 +export REVISION=1.18 ##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 fb4702b2..004233b4 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.17 +Version: 14.09-1.18 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 fcb7a8f4..ea03e408 100755 --- a/scripts/linux/debian_i386/DEBIAN/control +++ b/scripts/linux/debian_i386/DEBIAN/control @@ -1,5 +1,5 @@ Package: cura -Version: 14.01-1.17 +Version: 14.01-1.18 Section: misc Priority: optional Architecture: i386 -- 2.30.2