aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-06-10 16:43:38 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-06-10 16:43:38 +0200
commit7665a9daaffffcd26bcda2e9983167d422955422 (patch)
tree82bb059d524e733f246966a3660bfe948789b435
parente1a09ab10f596d6dff088ebb4a96687cfef9f599 (diff)
downloadembedlog-7665a9daaffffcd26bcda2e9983167d422955422.tar.gz
embedlog-7665a9daaffffcd26bcda2e9983167d422955422.tar.bz2
embedlog-7665a9daaffffcd26bcda2e9983167d422955422.zip
update version to v0.5.0v0.5.0
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_flush.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
8 files changed, 8 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 88eab7b..c3c7daa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([embedlog], [9999], [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 a7bb313..d14ecdb 100644
--- a/man/el_cleanup.3
+++ b/man/el_cleanup.3
@@ -1,4 +1,4 @@
-.TH "el_cleanup" "3" "10 June 2019 (v9999)" "bofc.pl"
+.TH "el_cleanup" "3" "10 June 2019 (v0.5.0)" "bofc.pl"
.SH NAME
.PP
.B el_cleanup
diff --git a/man/el_flush.3 b/man/el_flush.3
index c7d8a84..1825580 100644
--- a/man/el_flush.3
+++ b/man/el_flush.3
@@ -1,4 +1,4 @@
-.TH "el_flush" "3" "10 June 2019 (v9999)" "bofc.pl"
+.TH "el_flush" "3" "10 June 2019 (v0.5.0)" "bofc.pl"
.SH NAME
.PP
.BR el_flush ,\ el_oflush
diff --git a/man/el_init.3 b/man/el_init.3
index e762576..b7857f3 100644
--- a/man/el_init.3
+++ b/man/el_init.3
@@ -1,4 +1,4 @@
-.TH "el_init" "3" "10 June 2019 (v9999)" "bofc.pl"
+.TH "el_init" "3" "10 June 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 f2fdfa9..9038d82 100644
--- a/man/el_option.3
+++ b/man/el_option.3
@@ -1,4 +1,4 @@
-.TH "el_option" "3" "10 June 2019 (v9999)" "bofc.pl"
+.TH "el_option" "3" "10 June 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 cf02472..415c33b 100644
--- a/man/el_overview.7
+++ b/man/el_overview.7
@@ -1,4 +1,4 @@
-.TH "el_overview" "7" "10 June 2019 (v9999)" "bofc.pl"
+.TH "el_overview" "7" "10 June 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 23d9079..17246b3 100644
--- a/man/el_print.3
+++ b/man/el_print.3
@@ -1,4 +1,4 @@
-.TH "el_print" "3" "10 June 2019 (v9999)" "bofc.pl"
+.TH "el_print" "3" "10 June 2019 (v0.5.0)" "bofc.pl"
.SH NAME
.PP
.BR el_print ,
diff --git a/src/Makefile.am b/src/Makefile.am
index 98ddf66..1e190cc 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 9999:0:0
+libembedlog_la_LDFLAGS = -version-info 5:0:5
libembedlog_la_CFLAGS = -I$(top_builddir)/include
# static code analyzer