]> git.pond.sub.org Git - empserver/blobdiff - include/version.h
WIP empdump, %a
[empserver] / include / version.h
index caa3c39e3167bee6cfa6a34e935e69dcfc328ab1..b4aed2c6f8a88193f5b5802e92c334f2396f38f7 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2004, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
  *
  *  ---
  *
- *  See the "LEGAL", "LICENSE", "CREDITS" and "README" files for all the
- *  related information and legal notices. It is expected that any future
- *  projects/authors will amend these files as needed.
+ *  See files README, COPYING and CREDITS in the root of the source
+ *  tree for related information and legal notices.  It is expected
+ *  that future projects/authors will amend these files as needed.
  *
  *  ---
  *
- *  version.h: describes major, minor and release levels of the software
+ *  version.h: Version information
  * 
  *  Known contributors to this file:
- *     Thomas Rushack, 1992
+ *     Thomas Ruschak, 1992
  *     Ken Stevens, 1995
  *     Steve McClure, 1998, 1999
+ *     Markus Armbruster, 2006
  */
 
-#ifndef _VERSION_H_
-#define _VERSION_H_
+#ifndef VERSION_H
+#define VERSION_H
 
-#define EMP_VERS_MAJOR 4
-#define EMP_VERS_MINOR 2
-#define EMP_VERS_PATCH 19
+extern char version[];
+extern char legal[];
 
-#define        KSU_DIST        1.04
-#define        CHAINSAW_DIST   4.00
-#define WOLFPACK_DIST   2.19
-
-#endif /* _VERSION_H_ */
+#endif