Skip to content

Commit 649370d

Browse files
authored
Update version
0.10.0. is a dev version only, will be released as 2.x.x
1 parent 6dd16a5 commit 649370d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
1212
string(TIMESTAMP CURRENT_TIMESTAMP %y%m%d%H%M UTC)
1313

1414
project(CGImap LANGUAGES CXX
15-
VERSION "0.9.1"
15+
VERSION "0.10.0.${CURRENT_TIMESTAMP}"
1616
DESCRIPTION "CGImap is a C++ implementation of some parts of the OpenStreetMap API as a FastCGI process."
1717
HOMEPAGE_URL "https://github.com/zerebubuth/openstreetmap-cgimap")
1818
set(CMAKE_PROJECT_BUGREPORT_URL "https://github.com/zerebubuth/openstreetmap-cgimap/issues")

0 commit comments

Comments
 (0)