From 0ab45a690ce6a6932765d2c90ff4855d88db3d83 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 28 Jun 2020 13:45:50 +0200 Subject: [PATCH] prepare 1.2.2 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25b238f55..2fbbd91b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ set(PACKAGE osm2pgsql) set(PACKAGE_NAME osm2pgsql) -set(PACKAGE_VERSION 1.2.1) +set(PACKAGE_VERSION 1.2.2) cmake_minimum_required(VERSION 2.8.7)