From b30d5633b47a0f8e4e581b6f9e48b92f726ab689 Mon Sep 17 00:00:00 2001 From: Chris Leishman Date: Wed, 3 Apr 2019 14:46:44 -0700 Subject: [PATCH] Bump version --- configure.ac | 2 +- lib/src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 27de6ad..d7e763b 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([libcypher-parser],[0.6.1~devel]) +AC_INIT([libcypher-parser],[0.6.1]) AC_CONFIG_SRCDIR([lib/src/cypher-parser.h.in]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([build-aux/m4]) diff --git a/lib/src/Makefile.am b/lib/src/Makefile.am index 8c9e24c..b9a2b52 100644 --- a/lib/src/Makefile.am +++ b/lib/src/Makefile.am @@ -150,7 +150,7 @@ libcypher_parser_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. -libcypher_parser_la_LDFLAGS = -version-info 10:1:2 +libcypher_parser_la_LDFLAGS = -version-info 10:2:2 parser.c: parser_leg.c quick_parser.c: quick_parser_leg.c