File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414#
1515dnl Process this file with autoconf to produce a configure script
1616AC_PREREQ ( [ 2.69] )
17- AC_INIT ( [ libcypher-parser] ,[ 0.6.1~devel ] )
17+ AC_INIT ( [ libcypher-parser] ,[ 0.6.1] )
1818AC_CONFIG_SRCDIR ( [ lib/src/cypher-parser.h.in] )
1919AC_CONFIG_AUX_DIR ( [ build-aux] )
2020AC_CONFIG_MACRO_DIR ( [ build-aux/m4] )
Original file line number Diff line number Diff 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
155155parser.c : parser_leg.c
156156quick_parser.c : quick_parser_leg.c
You can’t perform that action at this time.
0 commit comments