Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cleishm committed Feb 22, 2016
1 parent 3d7e613 commit ff482d3
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([libneo4j-client],[0.8.2~devel])
AC_INIT([libneo4j-client],[0.8.2])
AC_CONFIG_SRCDIR([src/lib/neo4j-client.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 @@ -67,7 +67,7 @@ endif
endif

libneo4j_client_la_CFLAGS = $(PTHREAD_CFLAGS) $(OPENSSL_CFLAGS) -Wpedantic -Wvla
libneo4j_client_la_LDFLAGS = -version-info 5:0:0
libneo4j_client_la_LDFLAGS = -version-info 6:0:1
libneo4j_client_la_LIBADD = $(PTHREAD_LIBS) $(OPENSSL_LIBS) $(LIBM)

cli_parser.c: cli_parser_leg.c
Expand Down

0 comments on commit ff482d3

Please sign in to comment.