summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@codethink.co.uk>2007-09-25 17:35:37 +0100
committerRob Taylor <rob.taylor@codethink.co.uk>2007-09-25 17:35:37 +0100
commit8227677324ecbdc1fa7ef3071e8b42aa35292c64 (patch)
tree829361df7478235b9dd57d175551e6a590a66833
parent080ef4ae82fb43ae8cb0f872a98893516a60a16a (diff)
version 0.1.2
Up version to 0.1.2
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 6adc831..bbb1e5d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(ohm, 0.1.1)
+AC_INIT(ohm, 0.1.2)
AC_CONFIG_SRCDIR(ohmd)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
@@ -15,7 +15,7 @@ AC_SUBST(VERSION_PATCH)
#
# See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
#
-LT_CURRENT=1
+LT_CURRENT=2
LT_REVISION=0
LT_AGE=0
AC_SUBST(LT_CURRENT)