aboutsummaryrefslogtreecommitdiffstats
path: root/make-version.pl
AgeCommit message (Collapse)AuthorFilesLines
2004-03-04Andrew Hood: don't rely on last modified date + use numeric compareJörg Mayer1-25/+6
svn path=/trunk/; revision=10302
2004-02-20Add support for a "version.conf" file in the main directory which canGerald Combs1-11/+48
be used to adjust version preferences. It understands two configuration directives: "enable", which can be 0 or 1, and "format", which can be any strftime()-compatible string, e.g. "V12-powered on %A %Y-%m-%d %H:%M:%S". If no configuration file is present, the configuration defaults to enable: 1 format: CVS %Y%m%d%H%M%S svn path=/trunk/; revision=10139
2004-02-01Speed up the generation of the CVS version tag, by only looking for directoriesOlivier Biot1-42/+83
named CVS, and by considering only the most recent Entries file herein. Get rid of the code assuming that a CVS snapshot generates a "cvsversion" file. svn path=/trunk/; revision=9944
2004-01-18Add a few commentsJörg Mayer1-1/+10
svn path=/trunk/; revision=9711
2004-01-18Nice rendering of the CVS version as "(cvs 200401181200003000)".Olivier Biot1-3/+3
The make-version.pl script only defines CVSVERSION if this was a build from CVS. svn path=/trunk/; revision=9701
2004-01-17Integrate the "find . -name Entries" into make-version.pl, to make thisJörg Mayer1-6/+25
work with nmake too. svn path=/trunk/; revision=9694
2004-01-16In case of CVS sources, add the date of the last change to the versionJörg Mayer1-0/+82
number. 2do: Add support to Makefile.nmake Enforce the generation of cvsversion.h on each run of make svn path=/trunk/; revision=9679