From: Stefano Zacchiroli <zack@upsilon.cc>
Date: Sat, 8 Sep 2007 09:30:29 +0000 (+0000)
Subject: bump version
X-Git-Tag: make_still_working~6058
X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=2f351fc81d6453a542daeb9a9d235b6933428635;p=helm.git

bump version
---

diff --git a/helm/software/DEVEL/gdome_xslt/configure.ac b/helm/software/DEVEL/gdome_xslt/configure.ac
index 7542923d1..5b4706e91 100644
--- a/helm/software/DEVEL/gdome_xslt/configure.ac
+++ b/helm/software/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.7
+VERSION=0.0.8
 VERSION_INFO=`echo $VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'`
 AC_SUBST(VERSION_INFO)