From f4cca636e570efdde28af9e9ccaf7fd5e338959b Mon Sep 17 00:00:00 2001 From: Evgeny Safronov Date: Tue, 7 Feb 2017 11:33:57 +0300 Subject: [PATCH] version: bump - 1.4.0-0alpha1 --- CMakeLists.txt | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c3eb1948..b15f53e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,7 +126,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.2.1) +set_target_properties(${LIBRARY_NAME} PROPERTIES VERSION 1.4.0) set_target_properties(${LIBRARY_NAME} PROPERTIES SOVERSION 1) if (ENABLE_TESTING_THREADSAFETY) diff --git a/debian/changelog b/debian/changelog index 085d3718..25dda86f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +blackhole (1.4.0-0alpha1) unstable; urgency=low + + * Added: TSKV (tab-separated key-value) formatter. + + -- Evgeny Safronov Tue, 07 Feb 2017 11:23:52 +0300 + blackhole (1.3.0-1) unstable; urgency=low * Added: records are now aware of lightweight process id - LWP (or SPID).