mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Set version to 15.05.90 to indicate first beta release of 15.06
This commit is contained in:
parent
5a71201200
commit
fdde91be67
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,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 = "master")
|
||||
super().__init__(name = "cura", version = "15.05.90")
|
||||
|
||||
self.setRequiredPlugins([
|
||||
"CuraEngineBackend",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue