We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4011a commit 26cd7faCopy full SHA for 26cd7fa
CMakeLists.txt
@@ -12,7 +12,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
12
string(TIMESTAMP CURRENT_TIMESTAMP %y%m%d%H%M UTC)
13
14
project(CGImap LANGUAGES CXX
15
- VERSION "0.9.1"
+ VERSION "0.9.2"
16
DESCRIPTION "CGImap is a C++ implementation of some parts of the OpenStreetMap API as a FastCGI process."
17
HOMEPAGE_URL "https://github.com/zerebubuth/openstreetmap-cgimap")
18
set(CMAKE_PROJECT_BUGREPORT_URL "https://github.com/zerebubuth/openstreetmap-cgimap/issues")
0 commit comments