From: Art Cancro Date: Tue, 8 May 2007 15:40:16 +0000 (+0000) Subject: Set the 'Id:' property on all files which use it X-Git-Tag: v7.86~3387 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=f296260508d5fe2984443753f24d949d17b8e1cf;p=citadel.git Set the 'Id:' property on all files which use it --- diff --git a/citadel/configure.ac b/citadel/configure.ac index a3932c0f7..7e05d5079 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl $Id$ AC_PREREQ(2.52) AC_INIT([Citadel], [7.10], [http://www.citadel.org/]) -AC_REVISION([$Revision$]) +AC_REVISION([$Revision: 5108 $]) AC_CONFIG_SRCDIR([citserver.c]) AC_PREFIX_DEFAULT(/usr/local/citadel) if test "$prefix" = NONE; then