Parent Directory
|
Revision Log
|
Patch
revision 1415 by ksteube, Thu Feb 21 04:57:17 2008 UTC | revision 1416 by ksteube, Mon Feb 25 03:56:17 2008 UTC | |
---|---|---|
# | Line 849 try: | Line 849 try: |
849 | except: | except: |
850 | global_revision="-1" | global_revision="-1" |
851 | print "Warning: unable to recover global revsion number." | print "Warning: unable to recover global revsion number." |
852 | if global_revision == "": global_revision="0" | |
853 | print "Revision number is %s."%global_revision | print "Revision number is %s."%global_revision |
854 | env.Append(CPPDEFINES = "SVN_VERSION="+global_revision) | env.Append(CPPDEFINES = "SVN_VERSION="+global_revision) |
855 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |