aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1f57bd3..36a1e8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([embedlog], [0.3.1], [michal.lyszczek@bofc.pl])
+AC_INIT([embedlog], [0.3.2], [michal.lyszczek@bofc.pl])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_LANG([C])
AC_PROG_CC
diff --git a/src/Makefile.am b/src/Makefile.am
index 069f494..9d0758d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,7 @@ lib_LTLIBRARIES = libembedlog.la
libembedlog_la_SOURCES = $(embedlog_sources)
libembedlog_la_SOURCES += el-private.h \
valid.h
-libembedlog_la_LDFLAGS = -version-info 3:1:3
+libembedlog_la_LDFLAGS = -version-info 3:2:3
libembedlog_la_CFLAGS = -I$(top_srcdir)/include
# static code analyzer