From: Art Cancro Date: Thu, 19 Jun 2008 03:34:13 +0000 (+0000) Subject: webcit configure.ac package string should be WebCit 7.37, not 7.36 X-Git-Tag: v7.86~2142 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=558b7dd48c7a9c9f3b89b5ada210c9d155d71cf7 webcit configure.ac package string should be WebCit 7.37, not 7.36 --- diff --git a/webcit/configure.ac b/webcit/configure.ac index 92c4705ae..6601635f4 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl $Id$ -AC_INIT([WebCit], [7.36], [http://www.citadel.org/]) +AC_INIT([WebCit], [7.37], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS)