Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cleishm committed Apr 3, 2019
1 parent 785a622 commit b30d563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion lib/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b30d563

Please sign in to comment.