From 5f9c7d05f8f5a997f9cc57d11686bf0de09d1fc9 Mon Sep 17 00:00:00 2001 From: Stanis Trendelenburg Date: Thu, 10 Nov 2016 13:41:43 +0100 Subject: [PATCH] Version 0.2.7 --- CMakeLists.txt | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a224a68..977a56d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ find_package( Poco REQUIRED Foundation Util Net) # version information set(VERSION_MAJOR 0) set(VERSION_MINOR 2) -set(VERSION_PATCH 6) +set(VERSION_PATCH 7) # http://brianmilco.blogspot.de/2012/11/cmake-automatically-use-git-tags-as.html include(GetGitRevisionDescription) diff --git a/debian/changelog b/debian/changelog index b4c01de..b4968ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +batyr (0.2.7) UNRELEASED; urgency=medium + + * Adds bulk mode feature (implemented by nextgis) + + -- Stanis Trendelenburg | geOps Thu, 10 Nov 2016 13:40:21 +0100 + batyr (0.2.6-0) unstable; urgency=low * fixed bug where null values were written as empty values (0, 0.0, "", …) TRAFGDWH-18