mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:58:59 +08:00
Bump version to 15.05.96
This commit is contained in:
parent
22fecc4cd0
commit
753e9826e0
@ -50,7 +50,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.95")
|
super().__init__(name = "cura", version = "15.05.96")
|
||||||
|
|
||||||
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.95'
|
!define VERSION '15.05.96'
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
; The name of the installer
|
; The name of the installer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user