source: MondoRescue/trunk/mondo/mksvnversion@ 32

Last change on this file since 32 was 32, checked in by bcornec, 19 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#
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.