summaryrefslogtreecommitdiff
path: root/findversion.sh
AgeCommit message (Collapse)Author
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-05-29(svn r16462) -Change [FS#2930]: use a safer way to detect the hash of a ↵rubidium
mercurial repository (planetmaker)
2009-05-16(svn r16318) -Change: use !! instead of @@ in src/*.in too.rubidium
-Change: use @ instead of ~ in configure/Makefiles so Debian's build system(s) can also build RC binaries.
2009-01-13(svn r15062) -Fix: further forgotten svn properties and headerssmatz
2008-10-22(svn r14519) -Fix [FS#2376]: do not use the short hash form for getting a ↵rubidium
specific mercurial/git revision as those can collide quite easily causing reversion detection to fail (PhilSophus)
2008-10-14(svn r14467) -Fix [FS#2350](r14443): use '~' instead of '#' as sed ↵smatz
separator, it could be understood in a wrong way by shell
2008-10-06(svn r14443) -Change: Unify the delimiters used in config* and make*skidd13
2008-09-17(svn r14355) -Fix: latest svn revision detection from hg log always gave the ↵glx
latest relative to tip revision, not to the current working revision
2008-09-17(svn r14353) -Fix: hg revision detection always gave the tip revision, not ↵peter1138
the current working revision.
2008-09-09(svn r14278) -Cleanup [Makefile]: Rename $TAGS to $TAG.matthijs
2008-09-09(svn r14277) -Change [Makefile]: Use [ -n ... ] instead of using return ↵matthijs
values from grep and read in findversion.sh.
2008-09-08(svn r14273) -Change: make findversion.sh aware of release tags and make it ↵rubidium
output the REV without the branch name so the CF can use that.
2008-09-07(svn r14264) -Fix (r14261): 'echo -e' is not recognized on many systemssmatz
2008-09-07(svn r14261) -Change [Makefile]: Move the revision detection code from ↵matthijs
Makefile.src.in to a new bash script findversion.sh. This commit should have no functional changes.