mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 03:37:48 -06:00
Bump version to .97
This commit is contained in:
parent
d13eedee64
commit
5a5d85aed5
3 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ class CuraApplication(QtApplication):
|
||||||
if not hasattr(sys, "frozen"):
|
if not hasattr(sys, "frozen"):
|
||||||
Resources.addResourcePath(os.path.join(os.path.abspath(os.path.dirname(__file__)), ".."))
|
Resources.addResourcePath(os.path.join(os.path.abspath(os.path.dirname(__file__)), ".."))
|
||||||
|
|
||||||
super().__init__(name = "cura", version = "15.05.96")
|
super().__init__(name = "cura", version = "15.05.97")
|
||||||
|
|
||||||
self.setWindowIcon(QIcon(Resources.getPath(Resources.ImagesLocation, "cura-icon.png")))
|
self.setWindowIcon(QIcon(Resources.getPath(Resources.ImagesLocation, "cura-icon.png")))
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
!ifndef VERSION
|
!ifndef VERSION
|
||||||
!define VERSION '15.05.96'
|
!define VERSION '15.05.97'
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
; The name of the installer
|
; The name of the installer
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -41,7 +41,7 @@ print("Removing previous distribution package")
|
||||||
shutil.rmtree("dist", True)
|
shutil.rmtree("dist", True)
|
||||||
|
|
||||||
setup(name="Cura",
|
setup(name="Cura",
|
||||||
version="15.05.95",
|
version="15.05.97",
|
||||||
author="Ultimaker",
|
author="Ultimaker",
|
||||||
author_email="d.braam@ultimaker.com",
|
author_email="d.braam@ultimaker.com",
|
||||||
url="http://software.ultimaker.com/",
|
url="http://software.ultimaker.com/",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue