[Scipy-svn] r4711 - trunk/tools/win32/build_scripts

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Sep 9 13:14:11 EDT 2008


Author: cdavid
Date: 2008-09-09 12:13:49 -0500 (Tue, 09 Sep 2008)
New Revision: 4711

Modified:
   trunk/tools/win32/build_scripts/prepare_bootstrap.py
Log:
Full version string correctly generated.


Modified: trunk/tools/win32/build_scripts/prepare_bootstrap.py
===================================================================
--- trunk/tools/win32/build_scripts/prepare_bootstrap.py	2008-09-09 17:12:59 UTC (rev 4710)
+++ trunk/tools/win32/build_scripts/prepare_bootstrap.py	2008-09-09 17:13:49 UTC (rev 4711)
@@ -58,6 +58,7 @@
     verstr = ".".join([str(i) for i in version])
     if isdev:
         verstr += ".dev"
+        verstr += get_svn_version(ROOT)
     return verstr
 
 if __name__ == '__main__':




More information about the Scipy-svn mailing list