From df13f4814a56430a87cb4684f58db0ee0961a4dc Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Mon, 24 Jan 2022 10:57:05 -0300 Subject: [PATCH] ENH: Changed version and copyright year --- invesalius/constants.py | 2 +- invesalius/gui/dialogs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/invesalius/constants.py b/invesalius/constants.py index 1d3944a..adb8d48 100644 --- a/invesalius/constants.py +++ b/invesalius/constants.py @@ -28,7 +28,7 @@ from invesalius import utils from invesalius import inv_paths #from invesalius.project import Project -INVESALIUS_VERSION = "3.1.99996" +INVESALIUS_VERSION = "3.1.99997" INVESALIUS_ACTUAL_FORMAT_VERSION = 1.1 diff --git a/invesalius/gui/dialogs.py b/invesalius/gui/dialogs.py index e91eeb6..c6093c3 100644 --- a/invesalius/gui/dialogs.py +++ b/invesalius/gui/dialogs.py @@ -1181,7 +1181,7 @@ def ShowAboutDialog(parent): info = AboutDialogInfo() info.Name = "InVesalius" info.Version = const.INVESALIUS_VERSION - info.Copyright = _("(c) 2007-2019 Center for Information Technology Renato Archer - CTI") + info.Copyright = _("(c) 2007-2022 Center for Information Technology Renato Archer - CTI") 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 mesh files for creating physical models of a patient's anatomy using additive manufacturing (3D printing) technologies. The software is developed by Center for Information Technology Renato Archer (CTI), National Council for Scientific and Technological Development (CNPq) and the Brazilian Ministry of Health.\n\n InVesalius must be used only for research. The Center for Information Technology Renato Archer is not responsible for damages caused by the use of this software.\n\n Contact: invesalius@cti.gov.br"), 350, wx.ClientDC(parent)) # _("InVesalius is a software for medical imaging 3D reconstruction. ")+\ -- libgit2 0.21.2