]> jfr.im git - solanum.git/blobdiff - librb/src/version.c.SH
librb/helper: call rb_clear_cloexec on child fds
[solanum.git] / librb / src / version.c.SH
index 9fed74b303c74e89261297c3a172660fc31b1699..e5d0ef36198bca80ee915a2d901279f83d9c5817 100644 (file)
@@ -1,9 +1,8 @@
 #!/bin/sh
 
-# $Id: version.c.SH 24870 2008-01-10 16:51:01Z androsyn $ 
 
 spitshell=cat
-package=libratbox
+package=librb
 
 echo "Extracting $package/src/version.c..."
 
@@ -19,9 +18,9 @@ generation=`expr $generation + 1`
 
 $spitshell >version.c <<!SUB!THIS!
 /*
- *   libratbox: a library used by ircd-ratbox and other things
+ *   librb: a library used by solanum and other things
  *   src/version.c
- *   
+ *
  *   Copyright (C) 1990 Chelsea Ashley Dyerman
  *   Copyright (C) 2008 ircd-ratbox development team
  *
@@ -46,15 +45,16 @@ $spitshell >version.c <<!SUB!THIS!
 
 #include "../include/serno.h"
 
-const char *libratbox_generation = "$generation";
-const char *libratbox_serno = SERIALNUM;
+const char *librb_generation = "$generation";
+const char *librb_serno = SERNO;
+const unsigned long int librb_datecode = DATECODE;
 
-const char *libratbox_infotext[] =
+const char *librb_infotext[] =
 {
   "$package --",
   "Based on the original code written by Jarkko Oikarinen",
   "Copyright 1988, 1989, 1990, 1991 University of Oulu, Computing Center",
-  "Copyright (c) 1996-2001 Hybrid Development Team", 
+  "Copyright (c) 1996-2001 Hybrid Development Team",
   "Copyright (c) 2002-2008 ircd-ratbox Development Team",
   "",
   "This program is free software; you can redistribute it and/or",