Commit a67777b4ed1f965fc93687f40575983f4325dcbb
1 parent
7ba93ab0
Exists in
master
and in
6 other branches
STYLE: Changed version
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. ")+\ | ... | ... |