summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/gen_ver.pl
Commit message (Expand)AuthorAgeFilesLines
* gen_ver.pl: Don't use named capturesVsevolod Kozlov2011-10-051-2/+2
* Add Version::Major(), returning e.g. "0.10" for 0.10-a0 and 0.10.1 both.Samuel Bronson2011-10-041-2/+3
* Determine release type (alpha / beta / final) in only one place.Adam Borowski2011-07-091-2/+2
* Don't show hashes in versions that fit an exact tag.Adam Borowski2011-04-281-1/+1
* Fix patched stable versions being "devel", sanitize gen_ver.pl, rip unused junk.Adam Borowski2011-04-231-131/+14
* Use env in hashbangs to placate necrocomputing OSes with packaged perl instal...Adam Borowski2009-12-021-1/+1
* Properly build when out of git (using packaged source).Adam Borowski2009-11-251-8/+9
* makefile: allow build.h to be generated based on git-merge-baseSteven Noonan2009-10-251-2/+7
* gen_ver.pl: add OS version to the list of definesSteven Noonan2009-10-181-0/+3
* gen_ver.pl: use 'uname -s' instead of 'uname -o'Steven Noonan2009-10-181-1/+1
* gen_ver.pl: don't bother with MD5 checkingSteven Noonan2009-10-181-31/+2
* Add compilation information to Version namespaceMatthew Cline2009-10-181-0/+12
* gen_ver.pl: add build.h generator scriptSteven Noonan2009-10-181-0/+163