Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cleishm committed Jul 14, 2016
1 parent c908952 commit 976db15
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.4.0~devel])
AC_INIT([libcypher-parser],[0.4.0])
AC_CONFIG_SRCDIR([src/lib/cypher-parser.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ libcypher_parser_la_SOURCES = \
vector.h

libcypher_parser_la_CFLAGS = $(PTHREAD_CFLAGS) $(OPENSSL_CFLAGS) -Wpedantic -Wvla
libcypher_parser_la_LDFLAGS = -version-info 6:0:3
libcypher_parser_la_LDFLAGS = -version-info 7:0:0
libcypher_parser_la_LIBADD = $(PTHREAD_LIBS) $(OPENSSL_LIBS) $(LIBM)

parser.c: parser_leg.c
Expand Down

0 comments on commit 976db15

Please sign in to comment.