source: git/Singular/version.h @ e4e36c

spielwiese
Last change on this file since e4e36c was e6f9145, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
setting up the git tagging with $Id$: libs + singular version FIX: cleanning the mess of legacy Singular versioning (only started) NOTE: for expanding tags for Singular/version.h do as follows: add "Singular/version.h filter=expand_id" to .gitattributes or .git/info/attributs and run something line the following: $ git config filter.expand_id.smudge expand_id $ git config filter.expand_id.clean 'perl -pe "s/\\\$Id[^\\\$]*\\\$/\\\$Id\\\$/"' expand_id can be as follows data = STDIN.read last_date = git log --pretty=format:"%H, %cd" -1 puts data.gsub('$Id$', '$Id: ' + last_date.to_s + '$')
  • Property mode set to 100644
File size: 73 bytes
Line 
1/* dummy version.h */
2// #include "config.h"
3#define feVersionId "$Id$"
4
Note: See TracBrowser for help on using the repository browser.