Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>2015-01-20 20:00:27 +0300
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>2015-01-20 20:00:27 +0300
commit01c86f198b540e27efd21347e7147fc08c815895 (patch)
treee7867b6bf7281e83a275ba80ec06e196e41cae3e
parent28e73ae29968938840fe9e8cfd0f41151a3a4250 (diff)
Revision 1.19 (final) of the 14.09 release14.09-1.191.14.09-1.19
-rw-r--r--Cura/gui/aboutWindow.py2
-rwxr-xr-xpackage.sh2
-rwxr-xr-xscripts/linux/debian_amd64/DEBIAN/control2
-rwxr-xr-xscripts/linux/debian_i386/DEBIAN/control2
4 files changed, 4 insertions, 4 deletions
diff --git a/Cura/gui/aboutWindow.py b/Cura/gui/aboutWindow.py
index 72f76a2125..f80b0a94b0 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.18'))
+ s.Add(wx.StaticText(p, -1, 'Version 14.09-1.19'))
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 45b0a71311..361846b4ce 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.18
+export REVISION=1.19
##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 004233b4d4..a3c072f44b 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.18
+Version: 14.09-1.19
Maintainer: Aleph Objects, Inc. <info@alephobjects.com>
Section: misc
Priority: optional
diff --git a/scripts/linux/debian_i386/DEBIAN/control b/scripts/linux/debian_i386/DEBIAN/control
index ea03e408e6..31210f3e45 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.18
+Version: 14.09-1.19
Section: misc
Priority: optional
Architecture: i386