From b90112c03b60847b531c1a90c6ca43140411eb44 Mon Sep 17 00:00:00 2001 From: Steven Abadie Date: Sun, 2 Nov 2014 19:57:12 -0700 Subject: [PATCH] Updated revision number on the about page and control page. --- Cura/gui/aboutWindow.py | 2 +- scripts/linux/debian_amd64/DEBIAN/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2