Skip to content

Commit

Permalink
Forgot to add rc info to verstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Jan 22, 2009
1 parent f917fe5 commit e986619
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/win32/build_scripts/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ def get_scipy_version(src_root):
version, rc, isdev = parse_verstring(fid.readlines())

verstr = ".".join([str(i) for i in version])
if rc > 0:
verstr += "rc%d" % rc

if isdev:
verstr += ".dev"
verstr += get_svn_version(src_root)
Expand Down

0 comments on commit e986619

Please sign in to comment.