Skip to content

Commit 372c86f

Browse files
committed
Bump version
1 parent 293a04b commit 372c86f

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.5.3~devel])
17+
AC_INIT([libcypher-parser],[0.5.3])
1818
AC_CONFIG_SRCDIR([src/lib/cypher-parser.h])
1919
AC_CONFIG_MACRO_DIR([m4])
2020
AM_INIT_AUTOMAKE([foreign])

src/lib/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ libcypher_parser_la_LIBADD = $(PTHREAD_LIBS) $(OPENSSL_LIBS) $(LIBM)
143143
# increment age.
144144
# 4. If any interfaces have been removed or changed since the last public
145145
# release, then set age to 0.
146-
libcypher_parser_la_LDFLAGS = -version-info 9:1:1
146+
libcypher_parser_la_LDFLAGS = -version-info 9:2:1
147147

148148
parser.c: parser_leg.c
149149
quick_parser.c: quick_parser_leg.c

0 commit comments

Comments
 (0)