From e85def140c135ad0cb3dbdd71519b9d8bfbeccd5 Mon Sep 17 00:00:00 2001 From: Evgeny Safronov Date: Fri, 29 Jul 2016 15:48:04 +0300 Subject: [PATCH] version: bump - 1.0.2 --- CHANGELOG.md | 5 +++++ CMakeLists.txt | 2 +- debian/changelog | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e78d7a6b..c00262e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.0.2] - Grove Warden - 2016-07-29 +### Fixed +- Bug fix: the library should properly build on GCC 5 (#143). + ## [1.0.1] - Ori - 2016-07-18 ### Fixed - Experimental builders will no longer change meaning of AST tokens ([#134]). @@ -268,3 +272,4 @@ This project adheres to [Semantic Versioning](http://semver.org/). [#38]: (https://github.com/3Hren/blackhole/pull/38) [#40]: (https://github.com/3Hren/blackhole/pull/40) [#45]: (https://github.com/3Hren/blackhole/pull/45) +[#143]: (https://github.com/3Hren/blackhole/pull/143) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb750da8..7ce3da28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,7 +124,7 @@ target_link_libraries(${LIBRARY_NAME} # So, adding e.g. functions is no problem, modifying argument lists or removing functions would # required the SOVERSION to be incremented. Similar rules hold of course for non-opaque # data-structures. -set_target_properties(${LIBRARY_NAME} PROPERTIES VERSION 1.0.1) +set_target_properties(${LIBRARY_NAME} PROPERTIES VERSION 1.0.2) set_target_properties(${LIBRARY_NAME} PROPERTIES SOVERSION 1) if (ENABLE_TESTING_THREADSAFETY) diff --git a/debian/changelog b/debian/changelog index 2dde6088..4c8b1c02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +blackhole (1.0.2-1) unstable; urgency=low + + * Bug fix: the library should properly build on GCC 5 (#143). + + -- Evgeny Safronov Fri, 29 Jul 2016 15:45:14 +0300 + blackhole (1.0.1-1) unstable; urgency=low * Bug fix: experimental builders will no longer change meaning of AST