summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-04-08 11:06:31 +0200
committerGergely Nagy <algernon@balabit.hu>2012-04-08 11:06:31 +0200
commit242877154f8c822498071240e21dfaf748798a81 (patch)
tree57d5fdadfdc81dcd82a5c682e36b053b6845e8c5
parent5de1bdf4c0b6f8f5d064c27ba8298019b295e970 (diff)
downloadlibumberlog-242877154f8c822498071240e21dfaf748798a81.tar.gz
libumberlog-242877154f8c822498071240e21dfaf748798a81.tar.xz
libumberlog-242877154f8c822498071240e21dfaf748798a81.zip
configure.ac: Bump version to 0.1.2.libumberlog-0.1.2
Signed-off-by: Gergely Nagy <algernon@balabit.hu>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d4aa50b..9177a15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-AC_INIT(libumberlog, 0.1.1, algernon@balabit.hu, libumberlog, https://github.com/algernon/libumberlog)
+AC_INIT(libumberlog, 0.1.2, algernon@balabit.hu, libumberlog, https://github.com/algernon/libumberlog)
AM_INIT_AUTOMAKE([1.9 tar-ustar])
dnl ***************************************************************************