Use branch name for version, in this case "master"

This commit is contained in:
Arjen Hiemstra 2015-05-04 18:08:23 +02:00
parent 81c402c3bc
commit cf83400133

View file

@ -40,7 +40,7 @@ class PrinterApplication(QtApplication):
if not hasattr(sys, 'frozen'):
Resources.addResourcePath(os.path.join(os.path.abspath(os.path.dirname(__file__)), '..'))
super().__init__(name = 'cura', version = "14.2.1")
super().__init__(name = 'cura', version = "master")
self.setRequiredPlugins([
'CuraEngineBackend',