summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2007-11-20 18:46:00 (UTC)
committer Michael Krelin <hacker@klever.net>2007-11-20 18:46:00 (UTC)
commit1cdd5fc973f642d99d31e307f363cb887087b9e2 (patch) (side-by-side diff)
tree729763b6af8e19ff000ffd10900d5eb82d80dc83
parentc868af04ffd60a04c7a98a55cd92b5e12102b1e1 (diff)
downloadlibopkele-1cdd5fc973f642d99d31e307f363cb887087b9e2.zip
libopkele-1cdd5fc973f642d99d31e307f363cb887087b9e2.tar.gz
libopkele-1cdd5fc973f642d99d31e307f363cb887087b9e2.tar.bz2
version bump
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 23e40da..71851da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,17 +1,17 @@
-AC_INIT([libopkele], [0.3], [libopkele-bugs@klever.net])
+AC_INIT([libopkele], [0.3.1], [libopkele-bugs@klever.net])
AC_CONFIG_SRCDIR([include/opkele/opkele-config.h])
AC_CONFIG_HEADERS([config.h include/opkele/acconfig.h])
AM_INIT_AUTOMAKE([dist-bzip2])
AC_PROG_INSTALL
AC_PROG_CXX
AC_PROG_CC
AC_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG
AC_HEADER_STDC
AC_PATH_PROG([XSLTPROC],[xsltproc],[true])
AC_MSG_CHECKING([for source tree version])
if headrev=$(cd $srcdir && git rev-parse --verify HEAD 2>/dev/null) ; then