Commit cc3395bddd8e2a6d4cdb4f5c57a6a1625a380232
1 parent
6f62eee4
Exists in
master
and in
6 other branches
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 | 348 | |
349 | 349 | info = wx.AboutDialogInfo() |
350 | 350 | info.Name = "InVesalius" |
351 | - info.Version = "3.a.1 - RP" | |
351 | + info.Version = "3.0 - Alpha 2" | |
352 | 352 | info.Copyright = _("(c) 2007 Center for Information Technology Renato Archer") |
353 | 353 | info.Description = wordwrap( |
354 | 354 | _("InVesalius is a software for medical imaging 3D reconstruction. ")+\ | ... | ... |