aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--man/el_cleanup.32
-rw-r--r--man/el_init.32
-rw-r--r--man/el_option.32
-rw-r--r--man/el_overview.72
-rw-r--r--man/el_print.32
-rw-r--r--src/Makefile.am2
7 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index f3c9422..1e35639 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([embedlog], [0.3.3], [michal.lyszczek@bofc.pl])
+AC_INIT([embedlog], [0.3.4], [michal.lyszczek@bofc.pl])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_LANG([C])
AC_PROG_CC
diff --git a/man/el_cleanup.3 b/man/el_cleanup.3
index 0eae13b..f3d56c5 100644
--- a/man/el_cleanup.3
+++ b/man/el_cleanup.3
@@ -1,4 +1,4 @@
-.TH "el_cleanup" "3" "14 lutego 2019 (v0.3.3)" "bofc.pl"
+.TH "el_cleanup" "3" " 9 June 2019 (v0.3.4)" "bofc.pl"
.SH NAME
.PP
.B el_cleanup
diff --git a/man/el_init.3 b/man/el_init.3
index a1e22bf..412d1d0 100644
--- a/man/el_init.3
+++ b/man/el_init.3
@@ -1,4 +1,4 @@
-.TH "el_init" "3" "14 lutego 2019 (v0.3.3)" "bofc.pl"
+.TH "el_init" "3" " 9 June 2019 (v0.3.4)" "bofc.pl"
.SH NAME
.PP
.B el_init
diff --git a/man/el_option.3 b/man/el_option.3
index 66b90ec..5d31e00 100644
--- a/man/el_option.3
+++ b/man/el_option.3
@@ -1,4 +1,4 @@
-.TH "el_option" "3" "14 lutego 2019 (v0.3.3)" "bofc.pl"
+.TH "el_option" "3" " 9 June 2019 (v0.3.4)" "bofc.pl"
.SH NAME
.PP
.B el_option
diff --git a/man/el_overview.7 b/man/el_overview.7
index 0e46598..a377069 100644
--- a/man/el_overview.7
+++ b/man/el_overview.7
@@ -1,4 +1,4 @@
-.TH "el_overview" "7" "14 lutego 2019 (v0.3.3)" "bofc.pl"
+.TH "el_overview" "7" " 9 June 2019 (v0.3.4)" "bofc.pl"
.SH NAME
.PP
.B el_overview
diff --git a/man/el_print.3 b/man/el_print.3
index 053abc7..c90d67e 100644
--- a/man/el_print.3
+++ b/man/el_print.3
@@ -1,4 +1,4 @@
-.TH "el_print" "3" "14 lutego 2019 (v0.3.3)" "bofc.pl"
+.TH "el_print" "3" " 9 June 2019 (v0.3.4)" "bofc.pl"
.SH NAME
.PP
.BR el_print ,
diff --git a/src/Makefile.am b/src/Makefile.am
index 3967f88..04ee393 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:3:3
+libembedlog_la_LDFLAGS = -version-info 3:4:3
libembedlog_la_CFLAGS = -I$(top_srcdir)/include
# static code analyzer