From: Steven Abadie Date: Mon, 3 Nov 2014 02:57:12 +0000 (-0700) Subject: Updated revision number on the about page and control page. X-Git-Tag: 14.09-1.18~76 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b90112c03b60847b531c1a90c6ca43140411eb44;p=cura.git Updated revision number on the about page and control page. --- diff --git a/Cura/gui/aboutWindow.py b/Cura/gui/aboutWindow.py index f19ad9c4..ed12ef46 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.04')) + s.Add(wx.StaticText(p, -1, 'Version 14.09-1.05')) 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.')) diff --git a/scripts/linux/debian_amd64/DEBIAN/control b/scripts/linux/debian_amd64/DEBIAN/control index ee57a411..9c70a2c2 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.04-eba4 +Version: 14.09-1.05-ea4c Maintainer: Aleph Objects, Inc. Section: misc Priority: optional