aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-02-09 21:38:33 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-02-09 21:38:33 +0100
commit053e10f5ffb3d7084a86ad760d2a6f4a1a33b1a2 (patch)
tree53b1cf7df7f64567ba14b8ce0f2c3b6f95099c06
parent360e713b3fdf9c15aee73d81796f5ce93c80843b (diff)
downloadembedlog-053e10f5ffb3d7084a86ad760d2a6f4a1a33b1a2.tar.gz
embedlog-053e10f5ffb3d7084a86ad760d2a6f4a1a33b1a2.tar.bz2
embedlog-053e10f5ffb3d7084a86ad760d2a6f4a1a33b1a2.zip
version bumpv0.2.2
-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 2e341ff..e0a64d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([embedlog], [0.2.1], [michal.lyszczek@bofc.pl])
+AC_INIT([embedlog], [0.2.2], [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 26fe82a..b789562 100644
--- a/man/el_cleanup.3
+++ b/man/el_cleanup.3
@@ -1,4 +1,4 @@
-.TH "el_cleanup" "3" "28 January 2018 (v0.2.1)" "bofc.pl"
+.TH "el_cleanup" "3" " 9 February 2018 (v0.2.2)" "bofc.pl"
.SH NAME
.PP
.B el_cleanup
diff --git a/man/el_init.3 b/man/el_init.3
index 301442b..18552b8 100644
--- a/man/el_init.3
+++ b/man/el_init.3
@@ -1,4 +1,4 @@
-.TH "el_init" "3" "28 January 2018 (v0.2.1)" "bofc.pl"
+.TH "el_init" "3" " 9 February 2018 (v0.2.2)" "bofc.pl"
.SH NAME
.PP
.B el_init
diff --git a/man/el_option.3 b/man/el_option.3
index 6083862..c6e14d0 100644
--- a/man/el_option.3
+++ b/man/el_option.3
@@ -1,4 +1,4 @@
-.TH "el_option" "3" "28 January 2018 (v0.2.1)" "bofc.pl"
+.TH "el_option" "3" " 9 February 2018 (v0.2.2)" "bofc.pl"
.SH NAME
.B el_option
- sets optional configuration of the logger
diff --git a/man/el_overview.7 b/man/el_overview.7
index 0fd83bb..f9b0049 100644
--- a/man/el_overview.7
+++ b/man/el_overview.7
@@ -1,4 +1,4 @@
-.TH "el_overview" "7" "28 January 2018 (v0.2.1)" "bofc.pl"
+.TH "el_overview" "7" " 9 February 2018 (v0.2.2)" "bofc.pl"
.SH NAME
.PP
.B el_overview
diff --git a/man/el_print.3 b/man/el_print.3
index c9ba8cc..c7d6c78 100644
--- a/man/el_print.3
+++ b/man/el_print.3
@@ -1,4 +1,4 @@
-.TH "el_print" "3" "28 January 2018 (v0.2.1)" "bofc.pl"
+.TH "el_print" "3" " 9 February 2018 (v0.2.2)" "bofc.pl"
.SH NAME
.PP
.BR el_print ,
diff --git a/src/Makefile.am b/src/Makefile.am
index 58eac9b..f9ba8a8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,7 +7,7 @@ libembedlog_la_SOURCES += config-priv.h \
el-file.h \
el-options.h \
valid.h
-libembedlog_la_LDFLAGS = -version-info 2:1:2
+libembedlog_la_LDFLAGS = -version-info 2:2:2
libembedlog_la_CFLAGS = -I$(top_srcdir)/include
# static code analyzer