aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-26 15:53:22 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-26 15:53:22 +0100
commit829454e647f6333e02b32f19728764e7fbeea66f (patch)
tree241b73dd48aab068d83fb6ffb185d1a476bbe81d
parente8174b77a031948e8614cb54fe2aa5af32fbf507 (diff)
downloadembedlog-829454e647f6333e02b32f19728764e7fbeea66f.tar.gz
embedlog-829454e647f6333e02b32f19728764e7fbeea66f.tar.bz2
embedlog-829454e647f6333e02b32f19728764e7fbeea66f.zip
version bump
-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 edb9fd2..e5a7f67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([embedlog], [0.1.1], [michal.lyszczek@bofc.pl])
+AC_INIT([embedlog], [0.2.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 c6bf9ed..5fd4761 100644
--- a/man/el_cleanup.3
+++ b/man/el_cleanup.3
@@ -1,4 +1,4 @@
-.TH "el_cleanup" "3" "22 Sep 2017 (v1.0.0)" "bofc.pl"
+.TH "el_cleanup" "3" "26 January 2018 (v0.2.0)" "bofc.pl"
.SH NAME
.PP
.B el_cleanup
diff --git a/man/el_init.3 b/man/el_init.3
index cc75954..972bfa3 100644
--- a/man/el_init.3
+++ b/man/el_init.3
@@ -1,4 +1,4 @@
-.TH "el_init" "3" "22 Sep 2017 (v1.0.0)" "bofc.pl"
+.TH "el_init" "3" "26 January 2018 (v0.2.0)" "bofc.pl"
.SH NAME
.PP
.B el_init
diff --git a/man/el_option.3 b/man/el_option.3
index 63245d0..eccb8c0 100644
--- a/man/el_option.3
+++ b/man/el_option.3
@@ -1,4 +1,4 @@
-.TH "el_option" "3" "22 Sep 2017 (v1.0.0)" "bofc.pl"
+.TH "el_option" "3" "26 January 2018 (v0.2.0)" "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 f6f4955..f68864b 100644
--- a/man/el_overview.7
+++ b/man/el_overview.7
@@ -1,4 +1,4 @@
-.TH "el_overview" "7" "22 Sep 2017 (v1.0.0)" "bofc.pl"
+.TH "el_overview" "7" "26 January 2018 (v0.2.0)" "bofc.pl"
.SH NAME
.PP
.B el_overview
diff --git a/man/el_print.3 b/man/el_print.3
index 68d56fa..621c085 100644
--- a/man/el_print.3
+++ b/man/el_print.3
@@ -1,4 +1,4 @@
-.TH "el_print" "3" "22 sep 2017 (v1.0.0)" "bofc.pl"
+.TH "el_print" "3" "26 January 2018 (v0.2.0)" "bofc.pl"
.SH NAME
.PP
.BR el_print ,
diff --git a/src/Makefile.am b/src/Makefile.am
index a3d3e3c..144c3e2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,5 +7,5 @@ libembedlog_la_SOURCES += config-priv.h \
el-file.h \
el-options.h \
valid.h
-libembedlog_la_LDFLAGS = -version-info 1:1:1
+libembedlog_la_LDFLAGS = -version-info 2:0:2
libembedlog_la_CFLAGS = -I$(top_srcdir)/include