From de7265de5fa7b20e503b5800bbd3eafe0fdf7f4a Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 6 Jul 2007 19:40:29 +0000 Subject: [PATCH] oops, update to 7.11 in configure.ac * Updated buildpackages to use .tar.gz file format, and also to clean out files like .svn/ etc. --- webcit/buildpackages | 5 +++-- webcit/configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/webcit/buildpackages b/webcit/buildpackages index dc70c6d11..e758782ef 100755 --- a/webcit/buildpackages +++ b/webcit/buildpackages @@ -56,9 +56,10 @@ case $1 in fi ;; sourcedist) - cd ..; tar -cvzf webcit-${WEBCIT_VERSION}.tgz webcit-${WEBCIT_VERSION}/ + rm -rf `find -name .svn ` svn*tmp* build-stamp configure-stamp *~ config.sub config.guess config.log config.status autom4te.cache + cd ..; tar -cvzf webcit-${WEBCIT_VERSION}.tar.gz webcit-${WEBCIT_VERSION}/ ;; *) echo "Not yet implemented. we have: debian " ;; -esac \ No newline at end of file +esac diff --git a/webcit/configure.ac b/webcit/configure.ac index 6159ef0d8..5472b1219 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -1,10 +1,10 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in 4798 2006-12-28 16:34:20Z ajc $ +dnl $Id$ AC_INIT(webserver.c) PACKAGE=webcit -VERSION=7.07 +VERSION=7.11 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE") AC_DEFINE_UNQUOTED(VERSION, "$VERSION") AC_SUBST(PACKAGE) -- 2.30.2