Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / ircd / version.c.SH
index c0b52a905e90439afd2863218413130a5a561576..8f0ff42708e6e5d0b80cb39ced42fa139983b0a8 100644 (file)
@@ -30,13 +30,13 @@ awk '{if (NF == 6) \
 else \
         { print $1 " "  $2 " " $3 " " $7 " at " $4 " " $5 " " $6 }}'`
 
-cvsversion=`cat ../.patches | \
-    awk -F. '{ \
-        if ($(NF)~/\+$/) \
-           printf(".0"); \
-       else \
-           printf(".%d.(%s)", NF - 3, $(NF)); \
-    }'`
+cvsversion=`cat ../.patches | \
+    awk -F. '{ \
+        if ($(NF)~/\+$/) \
+#          printf(".0"); \
+#      else \
+#          printf(".%s", $(NF)); \
+    }'`
 
 /bin/cat >version.c <<!SUB!THIS!
 /*
@@ -62,47 +62,36 @@ cvsversion=`cat ../.patches | \
  * This file is generated by version.c.SH. Any changes made will go away.
  */
 
-#include "sys.h"
-#include "h.h"
-#include "patchlevel.h"
 #include "version.h"
+#include "patchlevel.h"
 
 const char *generation = "$generation";
 const char *creation = "$creation";
-const char *version = BASE_VERSION PATCH1 "$cvsversion" PATCH2 PATCH3 PATCH4 PATCH5 PATCH6\
-       PATCH7 PATCH8 PATCH9 PATCH10 PATCH11 PATCH12 PATCH13 PATCH14 PATCH15\
-       PATCH16 PATCH17 PATCH18 PATCH19 PATCH20 PATCH21 PATCH22 PATCH23 PATCH24\
-       PATCH25 PATCH26 PATCH27 PATCH28 PATCH29 PATCH30 PATCH31 PATCH32;
+const char *version = BASE_VERSION RELEASE PATCHLEVEL;
 
 const char *infotext[] = {
     "IRC --",
-    "Based on the original code written by Jarkko Oikarinen, version 2.6:",
-    "Copyright 1988, 1989, 1990, 1991 University of Oulu, Computing Center",
+    "This program is free software; see LICENSE in the distribution",
     "",
+    "Based on the original code written by Jarkko Oikarinen, version 2.6:",
     "Wiz         Jarkko Oikarinen         <jto@tolsun.oulu.fi>",
     "",
-    "This program is free software; you can redistribute it and/or",
-    "modify it under the terms of the GNU General Public License as",
-    "published by the Free Software Foundation; either version 2, or",
-    "(at your option) any later version.",
-    "",
-    "The UnderNet code is based upon version 2.8.10.",
-    "The main developers of version 2.7 and 2.8 are:",
-    "",
-    "Avalon      Darren Reed              <avalon@coombs.anu.edu.au>",
-    "msa         Markku Savela            <msa@tel4.tel.vtt.fi>",
-    "Wumpus      Greg Lindahl             <lindahl@pbm.com>",
+    "The main developer of version u2.9 and u2.10 was:",
+    "Run         Carlo Wood               <carlo@runaway.xs4all.nl>",
     "",
-    "The main developer of version u2.9 and u2.10 is:",
+    "The current head developer of the u2.10 source tree is:",
+    "Bleep        Thomas Helvey            <tomh@inxpress.net>",
     "",
-    "Run         Carlo Wood               <carlo@runaway.xs4all.nl>",
+    "Contributors to this release:",
+    "Isomer, Gte-, WildThang, David M, Run, Nemesi",
+    "Debugging and support:",
+    "SeKs, Maniac-, HeKTik, OmniDynmc, Aurorian, Quantum, Jesus",
+    "Special thanks to Angel and Buff for believing in us and putting"
+    "up with frantic late night phone calls"
     "",
     "Thanks goes to all other people who contributed to any version.",
     "A full listing of all coders can be found in doc/Authors in the",
-    "source.  Contributers to version u2.10 can be found on",
-    "http://coder-com.undernet.org/posters.html",
-    "Thanks also to those who provided me with accounts; the kind sys",
-    "admins who let me and others continue to develop IRC.",
+    "source.",
     "",
     "[$sumsserv] [$sumchan] [$sumsbsd] [$sumsuser]",
     "[$sumhash] [$sumsmisc] [$sumircd]",