From cad0908d97e3d285e235b6e40afceef0e8107a04 Mon Sep 17 00:00:00 2001 From: Chris Leishman Date: Tue, 19 Sep 2017 23:06:03 -0700 Subject: [PATCH] Bump version --- configure.ac | 2 +- src/lib/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2c7158f..ad16330 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ # dnl Process this file with autoconf to produce a configure script AC_PREREQ([2.69]) -AC_INIT([libneo4j-client],[2.1.4~devel]) +AC_INIT([libneo4j-client],[2.2.0]) AC_CONFIG_SRCDIR([src/lib/neo4j-client.h.in]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 7aa0b54..77ac37e 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -76,4 +76,4 @@ libneo4j_client_la_LIBADD = $(PTHREAD_LIBS) $(OPENSSL_LIBS) $(LIBM) # increment age. # 4. If any interfaces have been removed or changed since the last public # release, then set age to 0. -libneo4j_client_la_LDFLAGS = -version-info 12:1:1 +libneo4j_client_la_LDFLAGS = -version-info 13:0:2