From e1a09ab10f596d6dff088ebb4a96687cfef9f599 Mon Sep 17 00:00:00 2001 From: Michał Łyszczek Date: Mon, 10 Jun 2019 15:28:16 +0200 Subject: code in master should always have version v9999 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version should be changed in branch, and v9999 should indicate master - unstable software. Good for daily builds. Signed-off-by: Michał Łyszczek no_buildbot --- configure.ac | 2 +- man/el_cleanup.3 | 2 +- man/el_flush.3 | 2 +- man/el_init.3 | 2 +- man/el_option.3 | 2 +- man/el_overview.7 | 2 +- man/el_print.3 | 2 +- src/Makefile.am | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index c3c7daa..88eab7b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([embedlog], [0.5.0], [michal.lyszczek@bofc.pl]) +AC_INIT([embedlog], [9999], [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 d7c9783..a7bb313 100644 --- a/man/el_cleanup.3 +++ b/man/el_cleanup.3 @@ -1,4 +1,4 @@ -.TH "el_cleanup" "3" "28 February 2019 (v0.5.0)" "bofc.pl" +.TH "el_cleanup" "3" "10 June 2019 (v9999)" "bofc.pl" .SH NAME .PP .B el_cleanup diff --git a/man/el_flush.3 b/man/el_flush.3 index 997444f..c7d8a84 100644 --- a/man/el_flush.3 +++ b/man/el_flush.3 @@ -1,4 +1,4 @@ -.TH "el_flush" "3" "28 February 2019 (v0.5.0)" "bofc.pl" +.TH "el_flush" "3" "10 June 2019 (v9999)" "bofc.pl" .SH NAME .PP .BR el_flush ,\ el_oflush diff --git a/man/el_init.3 b/man/el_init.3 index 6c52a69..e762576 100644 --- a/man/el_init.3 +++ b/man/el_init.3 @@ -1,4 +1,4 @@ -.TH "el_init" "3" "28 February 2019 (v0.5.0)" "bofc.pl" +.TH "el_init" "3" "10 June 2019 (v9999)" "bofc.pl" .SH NAME .PP .B el_init diff --git a/man/el_option.3 b/man/el_option.3 index e16e781..f2fdfa9 100644 --- a/man/el_option.3 +++ b/man/el_option.3 @@ -1,4 +1,4 @@ -.TH "el_option" "3" "28 February 2019 (v0.5.0)" "bofc.pl" +.TH "el_option" "3" "10 June 2019 (v9999)" "bofc.pl" .SH NAME .PP .B el_option diff --git a/man/el_overview.7 b/man/el_overview.7 index dfa8115..cf02472 100644 --- a/man/el_overview.7 +++ b/man/el_overview.7 @@ -1,4 +1,4 @@ -.TH "el_overview" "7" "28 February 2019 (v0.5.0)" "bofc.pl" +.TH "el_overview" "7" "10 June 2019 (v9999)" "bofc.pl" .SH NAME .PP .B el_overview diff --git a/man/el_print.3 b/man/el_print.3 index 4a20e37..23d9079 100644 --- a/man/el_print.3 +++ b/man/el_print.3 @@ -1,4 +1,4 @@ -.TH "el_print" "3" "28 February 2019 (v0.5.0)" "bofc.pl" +.TH "el_print" "3" "10 June 2019 (v9999)" "bofc.pl" .SH NAME .PP .BR el_print , diff --git a/src/Makefile.am b/src/Makefile.am index 1e190cc..98ddf66 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 5:0:5 +libembedlog_la_LDFLAGS = -version-info 9999:0:0 libembedlog_la_CFLAGS = -I$(top_builddir)/include # static code analyzer -- cgit v1.2.3-8-gadcc