From 26cd7fa10affe5dbd13dbe16de34421059f53f18 Mon Sep 17 00:00:00 2001 From: mmd-osm Date: Thu, 25 Apr 2024 18:03:49 +0200 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b727584e..182b265a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON) string(TIMESTAMP CURRENT_TIMESTAMP %y%m%d%H%M UTC) project(CGImap LANGUAGES CXX - VERSION "0.9.1" + VERSION "0.9.2" DESCRIPTION "CGImap is a C++ implementation of some parts of the OpenStreetMap API as a FastCGI process." HOMEPAGE_URL "https://github.com/zerebubuth/openstreetmap-cgimap") set(CMAKE_PROJECT_BUGREPORT_URL "https://github.com/zerebubuth/openstreetmap-cgimap/issues")