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-12-02 09:52:30 +0300
committerSteven Abadie <steven@alephobjects.com>2014-12-02 09:52:30 +0300
commit9d443dfbcb5bfadb5931a5add9b0aaf0e7ba0cf2 (patch)
treec59fa715d9779896a7d7c42626c1ce11f7e27e2b /Cura
parentc33da7fa151c017b71144b6237ae595e3372463a (diff)
Revision 1.11
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 a9196b8a63..268dad944d 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.10'))
+ s.Add(wx.StaticText(p, -1, 'Version 14.09-1.11'))
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.'))