aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-25 07:52:35 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-25 07:52:35 +0100
commitc6c653f8c565c2190ab25b0eabfb47cb5aad5ccf (patch)
tree6ff4f387b57799d1ee58ccfbac4c85c87e5c2831
parent37b6a097b2a773d95bc19bb106b19e8a50fd6c30 (diff)
downloadlibrb-c6c653f8c565c2190ab25b0eabfb47cb5aad5ccf.tar.gz
librb-c6c653f8c565c2190ab25b0eabfb47cb5aad5ccf.tar.bz2
librb-c6c653f8c565c2190ab25b0eabfb47cb5aad5ccf.zip
version bump
-rw-r--r--configure.ac2
-rw-r--r--man/rb_clear.32
-rw-r--r--man/rb_destroy.32
-rw-r--r--man/rb_new.32
-rw-r--r--man/rb_overview.72
-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
-rw-r--r--rb/Makefile.am2
10 files changed, 10 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 60b216c..39baa46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([librb], [2.1.1], [michal.lyszczek@bofc.pl])
+AC_INIT([librb], [2.1.2], [michal.lyszczek@bofc.pl])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_CC
AC_PROG_LIBTOOL
diff --git a/man/rb_clear.3 b/man/rb_clear.3
index 543b1bb..66d03b4 100644
--- a/man/rb_clear.3
+++ b/man/rb_clear.3
@@ -1,4 +1,4 @@
-.TH "rb_clear" "3" "22 January 2018 (v2.1.1)" "bofc.pl"
+.TH "rb_clear" "3" "25 January 2018 (v2.1.2)" "bofc.pl"
.SH NAME
.PP
.B rb_clear
diff --git a/man/rb_destroy.3 b/man/rb_destroy.3
index f325bfa..58107b0 100644
--- a/man/rb_destroy.3
+++ b/man/rb_destroy.3
@@ -1,4 +1,4 @@
-.TH "rb_destroy" "3" "22 January 2018 (v2.1.1)" "bofc.pl"
+.TH "rb_destroy" "3" "25 January 2018 (v2.1.2)" "bofc.pl"
.SH NAME
.PP
.B rb_destroy,
diff --git a/man/rb_new.3 b/man/rb_new.3
index b10c5e5..19c5c04 100644
--- a/man/rb_new.3
+++ b/man/rb_new.3
@@ -1,4 +1,4 @@
-.TH "rb_new" "3" "22 January 2018 (v2.1.1)" "bofc.pl"
+.TH "rb_new" "3" "25 January 2018 (v2.1.2)" "bofc.pl"
.SH NAME
.PP
.B rb_new
diff --git a/man/rb_overview.7 b/man/rb_overview.7
index ec84868..2d8f6fc 100644
--- a/man/rb_overview.7
+++ b/man/rb_overview.7
@@ -1,4 +1,4 @@
-.TH "rb_overview" "7" "22 January 2018 (v2.1.1)" "bofc.pl"
+.TH "rb_overview" "7" "25 January 2018 (v2.1.2)" "bofc.pl"
.SH NAME
.PP
.B rb_overview
diff --git a/man/rb_read.3 b/man/rb_read.3
index 03ef45c..2c48d04 100644
--- a/man/rb_read.3
+++ b/man/rb_read.3
@@ -1,4 +1,4 @@
-.TH "rb_read" "3" "22 January 2018 (v2.1.1)" "bofc.pl"
+.TH "rb_read" "3" "25 January 2018 (v2.1.2)" "bofc.pl"
.SH NAME
.PP
.BR rb_read ,
diff --git a/man/rb_space.3 b/man/rb_space.3
index e7c284b..71dab9f 100644
--- a/man/rb_space.3
+++ b/man/rb_space.3
@@ -1,4 +1,4 @@
-.TH "rb_space" "3" "22 January 2018 (v2.1.1)" "bofc.pl"
+.TH "rb_space" "3" "25 January 2018 (v2.1.2)" "bofc.pl"
.SH NAME
.PP
.BR rb_space,
diff --git a/man/rb_version.3 b/man/rb_version.3
index 8f54f75..ea4452a 100644
--- a/man/rb_version.3
+++ b/man/rb_version.3
@@ -1,4 +1,4 @@
-.TH "rb_version" "3" "22 January 2018 (v2.1.1)" "bofc.pl"
+.TH "rb_version" "3" "25 January 2018 (v2.1.2)" "bofc.pl"
.SH NAME
.PP
.B rb_version
diff --git a/man/rb_write.3 b/man/rb_write.3
index fe79bf4..856179f 100644
--- a/man/rb_write.3
+++ b/man/rb_write.3
@@ -1,4 +1,4 @@
-.TH "rb_write" "3" "22 January 2018 (v2.1.1)" "bofc.pl"
+.TH "rb_write" "3" "25 January 2018 (v2.1.2)" "bofc.pl"
.SH NAME
.PP
.BR rb_write,
diff --git a/rb/Makefile.am b/rb/Makefile.am
index 092a684..ddc9e49 100644
--- a/rb/Makefile.am
+++ b/rb/Makefile.am
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = librb.la
librb_la_SOURCES = rb.c valid.h
-librb_la_LDFLAGS = -version-info 3:1:1
+librb_la_LDFLAGS = -version-info 3:2:1
librb_la_CFLAGS = -I$(top_srcdir)/include
check_PROGRAMS = tests