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
path: root/Cura
diff options
context:
space:
mode:
authorSteven Abadie <steven@alephobjects.com>2014-11-18 07:58:00 +0300
committerSteven Abadie <steven@alephobjects.com>2014-11-18 07:58:00 +0300
commitdf8bebf78cef6f896acc9246378a8119a3aabcc7 (patch)
treebc2a9c3a3bc6e3680501e95bfe5c80f86dc9c033 /Cura
parent94c0b769a74a298c187576d021cca61c92f17a9f (diff)
Revision 1.09
Diffstat (limited to 'Cura')
-rw-r--r--Cura/gui/aboutWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cura/gui/aboutWindow.py b/Cura/gui/aboutWindow.py
index 12d9bb2dc7..4b1d496993 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.08'))
+ s.Add(wx.StaticText(p, -1, 'Version 14.09-1.09'))
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.'))