diff --git a/CMakeLists.txt b/CMakeLists.txt index 182b265a..849d23ed 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.2" + VERSION "0.9.3" 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")