]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Updated version number to 0.7.0-pre1.
authorAlexander Barton <alex@barton.de>
Mon, 21 Apr 2003 22:49:45 +0000 (22:49 +0000)
committerAlexander Barton <alex@barton.de>
Mon, 21 Apr 2003 22:49:45 +0000 (22:49 +0000)
ChangeLog
NEWS
configure.in
contrib/ngircd.spec

index acb092b779f3d85bc08c020021db1d9332d1086f..2c1c429dacae30e1d1d2e4bef2ef545c7d517a51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,7 @@
                                -- ChangeLog --
 
 
-ngIRCd CVS-HEAD
+ngIRCd 0.7.0-pre1
 
   - New signal handler (more secure, actions are executed outside).
   - GCC: the compiler is now called with more warning options enabled.
@@ -433,4 +433,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.188 2003/04/20 23:12:57 alex Exp $
+$Id: ChangeLog,v 1.188.2.1 2003/04/21 22:49:45 alex Exp $
diff --git a/NEWS b/NEWS
index 401d428706e1eb2d9fa2360cf845f93a59b83e73..be69f8f7e681556ad6255327f5960f72bf4e88fb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@
                                   -- NEWS --
 
 
-ngIRCd CVS-HEAD
+ngIRCd 0.7.0-pre1
 
   - New command CONNECT to enable and add server links. The syntax is not
     RFC-compatible: use "CONNECT <name> <port>" to enable and connect an
@@ -161,4 +161,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: NEWS,v 1.53 2003/04/20 23:14:28 alex Exp $
+$Id: NEWS,v 1.53.2.1 2003/04/21 22:49:45 alex Exp $
index 2b5e64ab9a8bb45134bb8e8dfb9c9a92e5b63352..0b6274d004bd1f12adf52644865271d7f9274c8e 100644 (file)
@@ -8,13 +8,13 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: configure.in,v 1.89 2003/04/21 10:51:44 alex Exp $
+# $Id: configure.in,v 1.89.2.1 2003/04/21 22:49:45 alex Exp $
 #
 
 # -- Initialisierung --
 
 AC_PREREQ(2.50)
-AC_INIT(ngircd, CVSHEAD)
+AC_INIT(ngircd, 0.7.0-pre1)
 AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(1.6)
index 2f386e086e1c3003f10651c819581d62521e41b4..430109238f09cee442adc54c9e9b36b58a885c18 100644 (file)
@@ -1,5 +1,5 @@
 %define name    ngircd
-%define version CurrentCVS
+%define version 0.7.0-pre1
 %define release 1
 %define prefix  %{_prefix}