(vers): Don't report KSU distribution (1.04 in all known versions),
Chainsaw version (4.00 since Empire 2, ca. 1995) and Wolfpack version (used to be the version number after the first dot). (KSU_DIST, CHAINSAW_DIST, WOLFPACK_DIST): Unused, remove. (version): New. (EMP_VERS_MAJOR, EMP_VERS_MINOR, EMP_VERS_PATCH): Remove. Users changed to use version[] instead. version[] is slightly easier to initialize from configure.ac. (check-version): No longer needed, remove. (legal): New. (vers, main): Show it.
This commit is contained in:
parent
3f0219a419
commit
5109a30910
5 changed files with 51 additions and 19 deletions
|
@ -25,23 +25,19 @@
|
|||
*
|
||||
* ---
|
||||
*
|
||||
* version.h: describes major, minor and release levels of the software
|
||||
* version.h: Version information
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Thomas Ruschak, 1992
|
||||
* Ken Stevens, 1995
|
||||
* Steve McClure, 1998, 1999
|
||||
* Markus Armbruster, 2006
|
||||
*/
|
||||
|
||||
#ifndef VERSION_H
|
||||
#define VERSION_H
|
||||
|
||||
#define EMP_VERS_MAJOR 4
|
||||
#define EMP_VERS_MINOR 3
|
||||
#define EMP_VERS_PATCH 0
|
||||
|
||||
#define KSU_DIST 1.04
|
||||
#define CHAINSAW_DIST 4.00
|
||||
#define WOLFPACK_DIST 3.00
|
||||
extern char version[];
|
||||
extern char legal[];
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue