summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/version.cc
Commit message (Collapse)AuthorAgeFilesLines
* version.cc: combine CFLAGS_L and CFLAGSSteven Noonan2009-10-311-6/+0
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* version.cc: add OS version to the compilation_info() printoutSteven Noonan2009-10-181-2/+8
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* Add compilation information to Version namespaceMatthew Cline2009-10-181-0/+69
| | | | | | | | | | The Version namespace now provides the compiler which was used, the OS, machine type and processor type the compilation was done on, and the CFLAGS, CFLAGS_L and LDFLAGS which were used. If GCC was the compiler, it also provides the compiler version. This information is included in crash reports, and can be dumped using the new command line option "-version".
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-15/+41
| | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net>
* 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 ↵ennewalker2009-02-091-0/+4
| | | | | | the SVN revision, overriding the number derived from keywords. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9010 c06c8d41-db1a-0410-9941-cceddc491573
* Adding REVISION() macro to all source files.ennewalker2009-01-041-4/+5
| | | | git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8217 c06c8d41-db1a-0410-9941-cceddc491573
* Addition of REVISION() macro for tracking SVN revision.ennewalker2009-01-041-0/+24
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8213 c06c8d41-db1a-0410-9941-cceddc491573