chiark / gitweb /
Change version checking to check for master branch instead of SteamEngine
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 6 Aug 2015 19:32:15 +0000 (15:32 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 6 Aug 2015 19:32:31 +0000 (15:32 -0400)
Cura/util/version.py

index d9f63a84d607dab4b02cf823302cf017a52b55d0..611377214cbd65e8ab2d9d0e5679d23d4dbae982 100644 (file)
@@ -33,7 +33,7 @@ def getVersion(getGitVersion = True):
                except:
                        pass
 
-       gitHeadFile = gitPath + "/.git/refs/heads/SteamEngine"
+       gitHeadFile = gitPath + "/.git/refs/heads/master"
        if os.path.isfile(gitHeadFile):
                if not getGitVersion:
                        return "dev"