From 52a488dd969c8e6436f78ce4cbaf74ca2dbe2f59 Mon Sep 17 00:00:00 2001 From: Michał Łyszczek Date: Wed, 28 Nov 2018 22:18:17 +0100 Subject: bump to version 0.3.2 no_buildbot --- configure.ac | 2 +- src/Makefile.am | 2 +- 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 -- cgit v1.2.3-8-gadcc