Commit 243b0763d0aa3596cc00a4dc19e9209a83d0b330

Authored by Thiago Franco de Moraes
1 parent 93e684b8

Updated to beta4 in about dialog

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/dialogs.py
... ... @@ -695,7 +695,7 @@ def ShowAboutDialog(parent):
695 695  
696 696 info = wx.AboutDialogInfo()
697 697 info.Name = "InVesalius"
698   - info.Version = "3.0 - Beta 3"
  698 + info.Version = "3.0 - Beta 4"
699 699 info.Copyright = _("(c) 2007-2012 Renato Archer Information Technology Center - CTI")
700 700 info.Description = wordwrap(_("InVesalius is a medical imaging program for 3D reconstruction. It uses a sequence of 2D DICOM image files acquired with CT or MRI scanners. InVesalius allows exporting 3D volumes or surfaces as STL files for creating physical models of a patient's anatomy using rapid prototyping technologies. The software is supported by CTI, CNPq and the Brazilian Ministry of Health.\n\n Contact: invesalius@cti.gov.br"), 350, wx.ClientDC(parent))
701 701  
... ...