Skip to content

Commit

Permalink
Add versionNum function
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsitton committed Aug 16, 2015
1 parent bf5ea7c commit 7c8136a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Version.py
Expand Up @@ -74,6 +74,10 @@ def revision():
revision = RELEASE_ID
return revision

def versionNum():
return version


# evilynux: Returns version number w.r.t. frozen state
def version():
if hasattr(sys, 'frozen'):
Expand Down

0 comments on commit 7c8136a

Please sign in to comment.