From 24709f19da0ece205b8c9e8f2e9a556822236b67 Mon Sep 17 00:00:00 2001 From: mmd Date: Sun, 14 Apr 2024 19:15:56 +0200 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2efede50..b727584e 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.0.${CURRENT_TIMESTAMP}" + VERSION "0.9.1" 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")