chiark / gitweb /
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
authordaid <daid303@gmail.com>
Thu, 19 Sep 2013 08:33:42 +0000 (10:33 +0200)
committerdaid <daid303@gmail.com>
Thu, 19 Sep 2013 08:33:42 +0000 (10:33 +0200)
Cura/util/version.py

index 2424aa814eded10c43484da95ced998b363000b4..5121216d0cc27eb24bcc0fc89424c106af6d999d 100644 (file)
@@ -21,7 +21,7 @@ def getVersion(getGitVersion = True):
        if os.path.exists(gitPath):
                if not getGitVersion:
                        return "dev"
-               f = open(gitPath + "/refs/heads/master", "r")
+               f = open(gitPath + "/refs/heads/SteamEngine", "r")
                version = f.readline()
                f.close()
                return version.strip()