Skip to content

Commit

Permalink
Updated version number in makedist.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jul 14, 2014
1 parent b336812 commit c6edd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/makedist.py
Expand Up @@ -43,7 +43,7 @@ def main():
revision='%04d' % (info.count('\n'))

PACKAGE_NAME = 'freecad'
version = "0.13.%s" % (revision)
version = "0.14.%s" % (revision)

DIRNAME = "%(p)s-%(v)s" % {'p': PACKAGE_NAME, 'v': version}
TARNAME = DIRNAME + '.tar'
Expand Down

0 comments on commit c6edd47

Please sign in to comment.