summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/version.cc
Commit message (Expand)AuthorAgeFilesLines
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
* Don't include literal "%s" in compiler info.Adam Borowski2013-03-231-1/+1
* Simplify handling of version info.Adam Borowski2013-03-141-63/+18
* Use std namespace.Raphael Langella2012-08-261-13/+13
* Fix a typo.Neil Moore2012-07-251-1/+1
* String scalars are scalars, too.Adam Borowski2012-07-051-6/+6
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-1/+1
* Add Version::Major(), returning e.g. "0.10" for 0.10-a0 and 0.10.1 both.Samuel Bronson2011-10-041-0/+5
* Determine release type (alpha / beta / final) in only one place.Adam Borowski2011-07-091-2/+3
* Include build and runtime architectures in version info.Adam Borowski2011-04-231-0/+11
* Fix patched stable versions being "devel", sanitize gen_ver.pl, rip unused junk.Adam Borowski2011-04-231-55/+3
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Remove EOL.Robert Vollmert2010-03-111-6/+6
* Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-0/+1
* version.cc: combine CFLAGS_L and CFLAGSSteven Noonan2009-10-311-6/+0
* version.cc: add OS version to the compilation_info() printoutSteven Noonan2009-10-181-2/+8
* Add compilation information to Version namespaceMatthew Cline2009-10-181-0/+69
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-15/+41
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Allow BUILD_REVISION to be defined at compilation time to manually specify th...ennewalker2009-02-091-0/+4
* Adding REVISION() macro to all source files.ennewalker2009-01-041-4/+5
* Addition of REVISION() macro for tracking SVN revision.ennewalker2009-01-041-0/+24