mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-09-03 07:21:48 -06:00
Bump version to .95
This commit is contained in:
parent
fc33b34060
commit
5019a157a1
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,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.93")
|
super().__init__(name = "cura", version = "15.05.94")
|
||||||
|
|
||||||
self.setRequiredPlugins([
|
self.setRequiredPlugins([
|
||||||
"CuraEngineBackend",
|
"CuraEngineBackend",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue