aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-10-23 23:25:03 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-10-23 23:25:03 +0200
commita73fecbd47b6e0fdafb31d6aadd5efbe16f9acac (patch)
treea1e4c23a11ed37ba18d8e55ef3675c81b58156ae
parent7ff78f3ede9c576051bb6ea87bfd5c1b87a42b40 (diff)
downloadlibrb-a73fecbd47b6e0fdafb31d6aadd5efbe16f9acac.tar.gz
librb-a73fecbd47b6e0fdafb31d6aadd5efbe16f9acac.tar.bz2
librb-a73fecbd47b6e0fdafb31d6aadd5efbe16f9acac.zip
version bump
no_buildbot
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--man/rb_array_size.32
-rw-r--r--man/rb_clear.32
-rw-r--r--man/rb_destroy.32
-rw-r--r--man/rb_discard.32
-rw-r--r--man/rb_header_size.32
-rw-r--r--man/rb_new.32
-rw-r--r--man/rb_overview.72
-rw-r--r--man/rb_posix_read.32
-rw-r--r--man/rb_posix_write.32
-rw-r--r--man/rb_read.32
-rw-r--r--man/rb_space.32
-rw-r--r--man/rb_version.32
-rw-r--r--man/rb_write.32
15 files changed, 15 insertions, 15 deletions
diff --git a/Makefile.am b/Makefile.am
index d7f13e5..e124863 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ include_HEADERS = rb.h
lib_LTLIBRARIES = librb.la
librb_la_SOURCES = rb.c valid.h
-librb_la_LDFLAGS = -version-info 1:0:0
+librb_la_LDFLAGS = -version-info 2:0:1
librb_la_CFLAGS = -I$(top_srcdir)
# building test suite
diff --git a/configure.ac b/configure.ac
index e768e11..b5ab554 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([librb], [1.0.0], [michal.lyszczek@bofc.pl])
+AC_INIT([librb], [1.1.0], [michal.lyszczek@bofc.pl])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
AC_PROG_LIBTOOL
diff --git a/man/rb_array_size.3 b/man/rb_array_size.3
index d27f90a..88f4311 100644
--- a/man/rb_array_size.3
+++ b/man/rb_array_size.3
@@ -1,4 +1,4 @@
-.TH "rb_array_size" "3" "25 September 2018 (v1.0.1)" "bofc.pl"
+.TH "rb_array_size" "3" "23 October 2018 (v1.1.0)" "bofc.pl"
.SH NAME
.PP
.B rb_array_size
diff --git a/man/rb_clear.3 b/man/rb_clear.3
index a403a3d..eb6eb26 100644
--- a/man/rb_clear.3
+++ b/man/rb_clear.3
@@ -1,4 +1,4 @@
-.TH "rb_clear" "3" " 9 February 2018 (v1.0.0)" "bofc.pl"
+.TH "rb_clear" "3" "23 October 2018 (v1.1.0)" "bofc.pl"
.SH NAME
.PP
.B rb_clear
diff --git a/man/rb_destroy.3 b/man/rb_destroy.3
index 587705c..d2cdd7f 100644
--- a/man/rb_destroy.3
+++ b/man/rb_destroy.3
@@ -1,4 +1,4 @@
-.TH "rb_destroy" "3" " 9 February 2018 (v1.0.0)" "bofc.pl"
+.TH "rb_destroy" "3" "23 October 2018 (v1.1.0)" "bofc.pl"
.SH NAME
.PP
.BR rb_stop ,
diff --git a/man/rb_discard.3 b/man/rb_discard.3
index ce4aadb..a5f262c 100644
--- a/man/rb_discard.3
+++ b/man/rb_discard.3
@@ -1,4 +1,4 @@
-.TH "rb_discard" "3" " 9 February 2018 (v1.0.0)" "bofc.pl"
+.TH "rb_discard" "3" "23 October 2018 (v1.1.0)" "bofc.pl"
.SH NAME
.PP
.B rb_discard
diff --git a/man/rb_header_size.3 b/man/rb_header_size.3
index 8e53c59..12ec092 100644
--- a/man/rb_header_size.3
+++ b/man/rb_header_size.3
@@ -1,4 +1,4 @@
-.TH "rb_header_size" "3" " 9 February 2018 (v1.0.0)" "bofc.pl"
+.TH "rb_header_size" "3" "23 October 2018 (v1.1.0)" "bofc.pl"
.SH NAME
.PP
.B rb_header_size
diff --git a/man/rb_new.3 b/man/rb_new.3
index 155e182..7b630a1 100644
--- a/man/rb_new.3
+++ b/man/rb_new.3
@@ -1,4 +1,4 @@
-.TH "rb_new" "3" " 9 February 2018 (v1.0.0)" "bofc.pl"
+.TH "rb_new" "3" "23 October 2018 (v1.1.0)" "bofc.pl"
.SH NAME
.PP
.B rb_new, rb_init
diff --git a/man/rb_overview.7 b/man/rb_overview.7
index 390bc1b..e0ae942 100644
--- a/man/rb_overview.7
+++ b/man/rb_overview.7
@@ -1,4 +1,4 @@
-.TH "rb_overview" "7" " 9 February 2018 (v1.0.0)" "bofc.pl"
+.TH "rb_overview" "7" "23 October 2018 (v1.1.0)" "bofc.pl"
.SH NAME
.PP
.B rb_overview
diff --git a/man/rb_posix_read.3 b/man/rb_posix_read.3
index 5e6de18..19af515 100644
--- a/man/rb_posix_read.3
+++ b/man/rb_posix_read.3
@@ -1,4 +1,4 @@
-.TH "rb_posix_read" "3" "29 September 2018 (v1.0.0)" "bofc.pl"
+.TH "rb_posix_read" "3" "23 October 2018 (v1.1.0)" "bofc.pl"
.SH NAME
.PP
.BR rb_posix_read ,
diff --git a/man/rb_posix_write.3 b/man/rb_posix_write.3
index 4a826b2..0d29a1c 100644
--- a/man/rb_posix_write.3
+++ b/man/rb_posix_write.3
@@ -1,4 +1,4 @@
-.TH "rb_posix_write" "3" " 9 February 2018 (v1.0.0)" "bofc.pl"
+.TH "rb_posix_write" "3" "23 October 2018 (v1.1.0)" "bofc.pl"
.SH NAME
.PP
.BR rb_posix_write ,
diff --git a/man/rb_read.3 b/man/rb_read.3
index c7a0fdf..daac4ff 100644
--- a/man/rb_read.3
+++ b/man/rb_read.3
@@ -1,4 +1,4 @@
-.TH "rb_read" "3" " 9 February 2018 (v1.0.0)" "bofc.pl"
+.TH "rb_read" "3" "23 October 2018 (v1.1.0)" "bofc.pl"
.SH NAME
.PP
.BR rb_read ,
diff --git a/man/rb_space.3 b/man/rb_space.3
index ba781f9..d20e6e3 100644
--- a/man/rb_space.3
+++ b/man/rb_space.3
@@ -1,4 +1,4 @@
-.TH "rb_space" "3" " 9 February 2018 (v1.0.0)" "bofc.pl"
+.TH "rb_space" "3" "23 October 2018 (v1.1.0)" "bofc.pl"
.SH NAME
.PP
.BR rb_space,
diff --git a/man/rb_version.3 b/man/rb_version.3
index 2cfb125..00fb0e0 100644
--- a/man/rb_version.3
+++ b/man/rb_version.3
@@ -1,4 +1,4 @@
-.TH "rb_version" "3" " 9 February 2018 (v1.0.0)" "bofc.pl"
+.TH "rb_version" "3" "23 October 2018 (v1.1.0)" "bofc.pl"
.SH NAME
.PP
.B rb_version
diff --git a/man/rb_write.3 b/man/rb_write.3
index 50741e2..539be7b 100644
--- a/man/rb_write.3
+++ b/man/rb_write.3
@@ -1,4 +1,4 @@
-.TH "rb_write" "3" " 9 February 2018 (v1.0.0)" "bofc.pl"
+.TH "rb_write" "3" "23 October 2018 (v1.1.0)" "bofc.pl"
.SH NAME
.PP
.BR rb_write ,