Skip to content

Commit

Permalink
Bump version to v6.1.5
Browse files Browse the repository at this point in the history
New ABI version: 13.0.13
  • Loading branch information
bokchan authored and andreas-bok-sociomantic committed Dec 1, 2018
1 parent db6a12a commit ec35697
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Use and distribution licensed under the BSD license. See
# the COPYING file in this directory for full text.

AC_INIT([libdrizzle-redux6],[6.1.4],[https://github.com/sociomantic-tsunami/libdrizzle-redux/issues],[libdrizzle-redux6],[https://github.com/sociomantic-tsunami/libdrizzle-redux])
AC_INIT([libdrizzle-redux6],[6.1.5],[https://github.com/sociomantic-tsunami/libdrizzle-redux/issues],[libdrizzle-redux6],[https://github.com/sociomantic-tsunami/libdrizzle-redux])

AC_CONFIG_AUX_DIR([build/build-aux])

Expand Down Expand Up @@ -56,7 +56,7 @@ AC_CONFIG_SRCDIR([src/drizzle.cc])
# (§) The explanation is taken from this blogpost:
# http://blog.asleson.org/index.php/2014/07/08/libtool-library-versioning-version-info-currentrevisionage/
#
LIBDRIZZLE_LIBRARY_VERSION=13:12:0
LIBDRIZZLE_LIBRARY_VERSION=13:13:0
# | | |
# +------+ | +---+
# | | |
Expand Down
6 changes: 6 additions & 0 deletions pkg/rpm/spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ mkdir -p $RPM_BUILD_ROOT/
%{_includedir}/%{name}/libdrizzle-redux/visibility.h

%changelog
* Sat Dec 01 2018 Andreas Bok Andersen <[email protected]> - 6.1.5
- Minor fixes in README
- Update docker images to sociomantictsunami
- Replace copyright notices to dunnhumby Germany GmbH
- Fix broken links to sociomantic-tsunami

* Sun Jun 24 2018 Andreas Bok Andersen <[email protected]> - 6.1.4
- [TRAVIS] Fix MySQL installation for OSX build
- [TRAVIS] Remove build dir for osx build on travis
Expand Down

0 comments on commit ec35697

Please sign in to comment.