Last change
on this file since 32 was
32,
checked in by bcornec, 16 years ago
|
|
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id
|
File size:
354 bytes
|
Line | |
---|
1 | ######################################################## |
---|
2 | # $Id: mksvnversion 32 2005-09-29 00:15:26Z bcornec $ |
---|
3 | ######################################################## |
---|
4 | # |
---|
5 | # on every build, record the working copy revision string |
---|
6 | # |
---|
7 | echo -n 'const char* svn_version(void) { const char* SVN_Version = "' > svn_version.c |
---|
8 | svnversion -n .. >> svn_version.c |
---|
9 | echo '"; return SVN_Version; }' >> svn_version.c |
---|
Note: See
TracBrowser
for help on using the repository browser.