From bffa5492a7831c2351bc3fd5b043643e77bf29be Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sat, 11 Aug 2012 01:51:34 +0200 Subject: Preparations for 0.3.0 Bump the version in configure.ac, and the library version in lib/Makefile.am, in preparation for the upcoming 0.3.0 release. Signed-off-by: Gergely Nagy --- configure.ac | 2 +- lib/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 1684266..fb312bc 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.1, algernon@balabit.hu, libumberlog, https://github.com/algernon/libumberlog) +AC_INIT(libumberlog, 0.3.0, algernon@balabit.hu, libumberlog, https://github.com/algernon/libumberlog) AM_INIT_AUTOMAKE([1.11 foreign tar-ustar no-dist-gzip dist-xz]) dnl *************************************************************************** diff --git a/lib/Makefile.am b/lib/Makefile.am index 4d0ee0c..19b7a65 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ -LUL_CURRENT = 2 +LUL_CURRENT = 3 LUL_REVISION = 0 -LUL_AGE = 1 +LUL_AGE = 0 lib_LTLIBRARIES = libumberlog.la libumberlog_la_LDFLAGS = -Wl,--version-script,${srcdir}/libumberlog.ld \ -- cgit