aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-05-24 08:44:14 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-05-24 09:21:06 +0200
commitfc1088d51ba61c3da03018d0d7cac342d323baa6 (patch)
tree87305bced0f6db310aaa0313689e6ff531f95707
parentd8caac0ff07f1d5c8ee239bd1c1542107fe32a20 (diff)
downloadembedlog-fc1088d51ba61c3da03018d0d7cac342d323baa6.tar.gz
embedlog-fc1088d51ba61c3da03018d0d7cac342d323baa6.tar.bz2
embedlog-fc1088d51ba61c3da03018d0d7cac342d323baa6.zip
fix: lib version which was forgotten in 0.3.0v0.3.1
no_buildbot
-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 fd76e90..664e67c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([embedlog], [0.3.0], [michal.lyszczek@bofc.pl])
+AC_INIT([embedlog], [0.3.1], [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 b42a7cc..069f494 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 2:2:2
+libembedlog_la_LDFLAGS = -version-info 3:1:3
libembedlog_la_CFLAGS = -I$(top_srcdir)/include
# static code analyzer