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.4.0~devel ] )
17+ AC_INIT ( [ libcypher-parser] ,[ 0.4.0] )
1818AC_CONFIG_SRCDIR ( [ src/lib/cypher-parser.h] )
1919AC_CONFIG_MACRO_DIR ( [ m4] )
2020AM_INIT_AUTOMAKE ( [ foreign] )
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ libcypher_parser_la_SOURCES = \
133133 vector.h
134134
135135libcypher_parser_la_CFLAGS = $(PTHREAD_CFLAGS ) $(OPENSSL_CFLAGS ) -Wpedantic -Wvla
136- libcypher_parser_la_LDFLAGS = -version-info 6 :0:3
136+ libcypher_parser_la_LDFLAGS = -version-info 7 :0:0
137137libcypher_parser_la_LIBADD = $(PTHREAD_LIBS ) $(OPENSSL_LIBS ) $(LIBM )
138138
139139parser.c : parser_leg.c
You can’t perform that action at this time.
0 commit comments