versioning
authorNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 6 Sep 2001 05:52:32 +0000 (05:52 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 6 Sep 2001 05:52:32 +0000 (05:52 +0000)
citadel/configure.ac

index 14b7518c60855f1764a84d52a7a36794d6c30053..fd622c3ceeabb81c82c94f89db907eeca618e21b 100644 (file)
@@ -1,7 +1,8 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
 AC_PREREQ(2.52)
-AC_INIT([Citadel/UX], [\$Revision$], [http://uncensored.citadel.org/])
+AC_INIT([Citadel/UX], [5.80], [http://uncensored.citadel.org/])
+AC_REVISION([$Revision$])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)
 if test "$prefix" = NONE; then