summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGergely Nagy <algernon@madhouse-project.org>2012-04-28 18:47:43 +0200
committerGergely Nagy <algernon@madhouse-project.org>2012-04-28 18:47:43 +0200
commitcf66dbeb8820ef935045813598aa5a48be00526a (patch)
tree63359ff3d4b8ad4dee478ceed016720a1408ed6a /configure.ac
parent4e41abd16ea5fc9d0e32a702037a3824c4792cde (diff)
downloadlibumberlog-cf66dbeb8820ef935045813598aa5a48be00526a.tar.gz
libumberlog-cf66dbeb8820ef935045813598aa5a48be00526a.tar.xz
libumberlog-cf66dbeb8820ef935045813598aa5a48be00526a.zip
Preparations for 0.2.1
Bump software and library interface versions, and start adding NEWS entries. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8e24a8e..f3805c7 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.2.0, algernon@balabit.hu, libumberlog, https://github.com/algernon/libumberlog)
+AC_INIT(libumberlog, 0.2.1, algernon@balabit.hu, libumberlog, https://github.com/algernon/libumberlog)
AM_INIT_AUTOMAKE([1.9 tar-ustar])
dnl ***************************************************************************