Commit a67777b4ed1f965fc93687f40575983f4325dcbb

Authored by Paulo Henrique Junqueira Amorim
1 parent 7ba93ab0

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,7 +358,7 @@ def ShowAboutDialog(parent):
358 358
359 info = wx.AboutDialogInfo() 359 info = wx.AboutDialogInfo()
360 info.Name = "InVesalius" 360 info.Name = "InVesalius"
361 - info.Version = "3.0 - Alpha 2" 361 + info.Version = "3.0 - Beta 1"
362 info.Copyright = _("(c) 2007-2010 Center for Information Technology Renato Archer") 362 info.Copyright = _("(c) 2007-2010 Center for Information Technology Renato Archer")
363 info.Description = wordwrap( 363 info.Description = wordwrap(
364 _("InVesalius is a software for medical imaging 3D reconstruction. ")+\ 364 _("InVesalius is a software for medical imaging 3D reconstruction. ")+\