From f296260508d5fe2984443753f24d949d17b8e1cf Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 8 May 2007 15:40:16 +0000 Subject: [PATCH] Set the 'Id:' property on all files which use it --- citadel/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2