mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Bump version to 15.05.95
This commit is contained in:
parent
f1ebb3389d
commit
2c139c4037
3 changed files with 14 additions and 7 deletions
|
@ -50,7 +50,7 @@ class CuraApplication(QtApplication):
|
|||
if not hasattr(sys, "frozen"):
|
||||
Resources.addResourcePath(os.path.join(os.path.abspath(os.path.dirname(__file__)), ".."))
|
||||
|
||||
super().__init__(name = "cura", version = "15.05.94")
|
||||
super().__init__(name = "cura", version = "15.05.95")
|
||||
|
||||
self.setRequiredPlugins([
|
||||
"CuraEngineBackend",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue