Skip to content

Commit b30d563

Browse files
committed
Bump version
1 parent 785a622 commit b30d563

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
dnl Process this file with autoconf to produce a configure script
1616
AC_PREREQ([2.69])
17-
AC_INIT([libcypher-parser],[0.6.1~devel])
17+
AC_INIT([libcypher-parser],[0.6.1])
1818
AC_CONFIG_SRCDIR([lib/src/cypher-parser.h.in])
1919
AC_CONFIG_AUX_DIR([build-aux])
2020
AC_CONFIG_MACRO_DIR([build-aux/m4])

lib/src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ libcypher_parser_la_LIBADD = $(PTHREAD_LIBS) $(OPENSSL_LIBS) $(LIBM)
150150
# increment age.
151151
# 4. If any interfaces have been removed or changed since the last public
152152
# release, then set age to 0.
153-
libcypher_parser_la_LDFLAGS = -version-info 10:1:2
153+
libcypher_parser_la_LDFLAGS = -version-info 10:2:2
154154

155155
parser.c: parser_leg.c
156156
quick_parser.c: quick_parser_leg.c

0 commit comments

Comments
 (0)