From: Stefano Zacchiroli Date: Thu, 7 Jul 2005 12:23:15 +0000 (+0000) Subject: bumped version to 0.0.7 X-Git-Tag: V_0_7_1~20 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=a8004bf40718f37072b0a9c6ed6518cbf462e987;p=helm.git bumped version to 0.0.7 --- diff --git a/helm/DEVEL/gdome_xslt/configure.ac b/helm/DEVEL/gdome_xslt/configure.ac index b8c3b7f29..7542923d1 100644 --- a/helm/DEVEL/gdome_xslt/configure.ac +++ b/helm/DEVEL/gdome_xslt/configure.ac @@ -3,7 +3,7 @@ AC_INIT AC_CONFIG_SRCDIR([C/gdome_xslt/gdome_xslt.h]) PACKAGE=gdome2-xslt -VERSION=0.0.6 +VERSION=0.0.7 VERSION_INFO=`echo $VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'` AC_SUBST(VERSION_INFO)