Commit 9f9376b4ecb78ebf4733447da4433b57b6d844a2
1 parent
7ba93ab0
ENH: Dialog version information
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/dialogs.py
... | ... | @@ -358,7 +358,7 @@ def ShowAboutDialog(parent): |
358 | 358 | |
359 | 359 | info = wx.AboutDialogInfo() |
360 | 360 | info.Name = "InVesalius" |
361 | - info.Version = "3.0 - Alpha 2" | |
361 | + info.Version = "3.0 - Beta 1" | |
362 | 362 | info.Copyright = _("(c) 2007-2010 Center for Information Technology Renato Archer") |
363 | 363 | info.Description = wordwrap( |
364 | 364 | _("InVesalius is a software for medical imaging 3D reconstruction. ")+\ | ... | ... |