We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd16a5 commit 649370dCopy full SHA for 649370d
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.10.0.${CURRENT_TIMESTAMP}"
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