aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-02-28 21:04:11 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-02-28 21:04:11 +0100
commitedb6e57cc47477e3ed40a6adb7ff63b7b8f24e86 (patch)
tree92b992e10f0a94d1d3d2af544b8d665ec6aa5136
parent605946482972dcaab7b9b0f38165f39677968f97 (diff)
downloadembedlog-edb6e57cc47477e3ed40a6adb7ff63b7b8f24e86.tar.gz
embedlog-edb6e57cc47477e3ed40a6adb7ff63b7b8f24e86.tar.bz2
embedlog-edb6e57cc47477e3ed40a6adb7ff63b7b8f24e86.zip
version bump to v0.5.0
-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..29c2dde 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.5.0], [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..082c10f 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" "28 February 2019 (v0.5.0)" "bofc.pl"
.SH NAME
.PP
.B el_cleanup
diff --git a/man/el_init.3 b/man/el_init.3
index e77341f..bc260f5 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" "28 February 2019 (v0.5.0)" "bofc.pl"
.SH NAME
.PP
.B el_init
diff --git a/man/el_option.3 b/man/el_option.3
index faa9a07..78d2302 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" "28 February 2019 (v0.5.0)" "bofc.pl"
.SH NAME
.PP
.B el_option
diff --git a/man/el_overview.7 b/man/el_overview.7
index f8a6355..d4f3db0 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" "28 February 2019 (v0.5.0)" "bofc.pl"
.SH NAME
.PP
.B el_overview
diff --git a/man/el_print.3 b/man/el_print.3
index 02d0908..4e9c9e3 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" "28 February 2019 (v0.5.0)" "bofc.pl"
.SH NAME
.PP
.BR el_print ,
diff --git a/src/Makefile.am b/src/Makefile.am
index fd90186..58894f1 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 5:0:5
libembedlog_la_CFLAGS = -I$(top_srcdir)/include
# static code analyzer