Commit cc3395bddd8e2a6d4cdb4f5c57a6a1625a380232

Authored by Paulo Henrique Junqueira Amorim
1 parent 6f62eee4

ADD: Version "3.0 Alpha 2"

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/dialogs.py
@@ -348,7 +348,7 @@ def ShowAboutDialog(parent): @@ -348,7 +348,7 @@ def ShowAboutDialog(parent):
348 348
349 info = wx.AboutDialogInfo() 349 info = wx.AboutDialogInfo()
350 info.Name = "InVesalius" 350 info.Name = "InVesalius"
351 - info.Version = "3.a.1 - RP" 351 + info.Version = "3.0 - Alpha 2"
352 info.Copyright = _("(c) 2007 Center for Information Technology Renato Archer") 352 info.Copyright = _("(c) 2007 Center for Information Technology Renato Archer")
353 info.Description = wordwrap( 353 info.Description = wordwrap(
354 _("InVesalius is a software for medical imaging 3D reconstruction. ")+\ 354 _("InVesalius is a software for medical imaging 3D reconstruction. ")+\