source: MondoRescue/trunk/mondo/mksvnversion@ 31

Last change on this file since 31 was 31, checked in by bcornec, 19 years ago

version management with SVN (cont) and revised paranoid_free

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 352 bytes
Line 
1########################################################
2$Id: mksvnversion 31 2005-09-28 23:43:18Z bcornec $
3########################################################
4#
5# on every build, record the working copy revision string
6#
7echo -n 'const char* svn_version(void) { const char* SVN_Version = "' > svn_version.c
8svnversion -n .. >> svn_version.c
9echo '"; return SVN_Version; }' >> svn_version.c
Note: See TracBrowser for help on using the repository browser.