aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-06-09 00:15:51 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-06-09 00:15:51 +0200
commitbcb8c147e0d947e699bf93076c874a8ad3a720cd (patch)
treedf170b98c0f1ed104c04474bf63e878ec2f61285
parentcacb09619e10169f8c05feb0e2644eb9b6aba02e (diff)
downloadembedlog-bcb8c147e0d947e699bf93076c874a8ad3a720cd.tar.gz
embedlog-bcb8c147e0d947e699bf93076c874a8ad3a720cd.tar.bz2
embedlog-bcb8c147e0d947e699bf93076c874a8ad3a720cd.zip
update version to 0.4.1v0.4.1
Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-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 1ab36a0..2a1e999 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([embedlog], [0.4.0], [michal.lyszczek@bofc.pl])
+AC_INIT([embedlog], [0.4.1], [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 4e68af3..436ff9b 100644
--- a/man/el_cleanup.3
+++ b/man/el_cleanup.3
@@ -1,4 +1,4 @@
-.TH "el_cleanup" "3" "15 February 2019 (v0.4.0)" "bofc.pl"
+.TH "el_cleanup" "3" " 9 June 2019 (v0.4.1)" "bofc.pl"
.SH NAME
.PP
.B el_cleanup
diff --git a/man/el_init.3 b/man/el_init.3
index e77341f..3a6a0e3 100644
--- a/man/el_init.3
+++ b/man/el_init.3
@@ -1,4 +1,4 @@
-.TH "el_init" "3" "15 February 2019 (v0.4.0)" "bofc.pl"
+.TH "el_init" "3" " 9 June 2019 (v0.4.1)" "bofc.pl"
.SH NAME
.PP
.B el_init
diff --git a/man/el_option.3 b/man/el_option.3
index 9c9bdb9..2f9e3a1 100644
--- a/man/el_option.3
+++ b/man/el_option.3
@@ -1,4 +1,4 @@
-.TH "el_option" "3" "15 February 2019 (v0.4.0)" "bofc.pl"
+.TH "el_option" "3" " 9 June 2019 (v0.4.1)" "bofc.pl"
.SH NAME
.PP
.B el_option
diff --git a/man/el_overview.7 b/man/el_overview.7
index f8a6355..e4abb99 100644
--- a/man/el_overview.7
+++ b/man/el_overview.7
@@ -1,4 +1,4 @@
-.TH "el_overview" "7" "15 February 2019 (v0.4.0)" "bofc.pl"
+.TH "el_overview" "7" " 9 June 2019 (v0.4.1)" "bofc.pl"
.SH NAME
.PP
.B el_overview
diff --git a/man/el_print.3 b/man/el_print.3
index 02d0908..d53d245 100644
--- a/man/el_print.3
+++ b/man/el_print.3
@@ -1,4 +1,4 @@
-.TH "el_print" "3" "15 February 2019 (v0.4.0)" "bofc.pl"
+.TH "el_print" "3" " 9 June 2019 (v0.4.1)" "bofc.pl"
.SH NAME
.PP
.BR el_print ,
diff --git a/src/Makefile.am b/src/Makefile.am
index fd90186..793d2e8 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 4:0:4
+libembedlog_la_LDFLAGS = -version-info 4:1:4
libembedlog_la_CFLAGS = -I$(top_srcdir)/include
# static code analyzer