From 2a14ddffb3b4762bb370fbf947868d94af23f808 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Wed, 2 Mar 2016 06:06:44 -0800 Subject: [PATCH] Release 0.90.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5453ecaf9..3aa5ec28e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ set(PACKAGE osm2pgsql) set(PACKAGE_NAME osm2pgsql) -set(PACKAGE_VERSION 0.90.0-RC1) +set(PACKAGE_VERSION 0.90.0) cmake_minimum_required(VERSION 2.8.7)