From f2d343efe9f30c012e7239ec9180c323b3097bd0 Mon Sep 17 00:00:00 2001 From: reprappermc Date: Tue, 28 Oct 2014 13:42:20 -0600 Subject: [PATCH] Version number is now on the about page. Close #24 --- Cura/gui/aboutWindow.py | 3 ++- scripts/linux/debian_amd64/DEBIAN/control | 2 +- scripts/linux/debian_i386/DEBIAN/control | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cura/gui/aboutWindow.py b/Cura/gui/aboutWindow.py index 9bf56645..f19ad9c4 100644 --- a/Cura/gui/aboutWindow.py +++ b/Cura/gui/aboutWindow.py @@ -21,7 +21,8 @@ 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, 'End solution for Open Source Fused Filament Fabrication 3D printing.')) + s.Add(wx.StaticText(p, -1, 'Version 14.09-1.04')) + 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 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/scripts/linux/debian_amd64/DEBIAN/control b/scripts/linux/debian_amd64/DEBIAN/control index 39e9f12a..ee57a411 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.02-966bf +Version: 14.09-1.04-eba4 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 85403456..c1e84464 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.01-c6a3 +Version: 14.01-1.04-eba4 Section: misc Priority: optional Architecture: i386 -- 2.30.2