]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- Version 0.2.1. rel-0-2-1
authorAlexander Barton <alex@barton.de>
Sun, 17 Feb 2002 21:50:38 +0000 (21:50 +0000)
committerAlexander Barton <alex@barton.de>
Sun, 17 Feb 2002 21:50:38 +0000 (21:50 +0000)
configure.in

index 7ab28a5920f5c8388ae3dbe46936c36eb99aa45c..d07e2eb7608f1d417fd0ab1aebd20b9f7b382cd4 100644 (file)
@@ -9,9 +9,12 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
-# $Id: configure.in,v 1.26 2002/02/17 18:47:26 alex Exp $
+# $Id: configure.in,v 1.27 2002/02/17 21:50:38 alex Exp $
 #
 # $Log: configure.in,v $
+# Revision 1.27  2002/02/17 21:50:38  alex
+# - Version 0.2.1.
+#
 # Revision 1.26  2002/02/17 18:47:26  alex
 # - Tests auf netdb.h, stdlib.h, sys/wait.h, gethostbyaddr, gethostbyname,
 #   strftime und die "libbe" unter BeOS (fuer syslog) ergaenzt.
@@ -96,7 +99,7 @@
 
 AC_INIT
 AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
-AM_INIT_AUTOMAKE(ngircd,0.2.1-pre)
+AM_INIT_AUTOMAKE(ngircd,0.2.1)
 AM_CONFIG_HEADER(src/config.h)
 
 # -- Variablen --