Skip to content

Commit 24709f1

Browse files
authored
Update version
1 parent f23b8ca commit 24709f1

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.0.${CURRENT_TIMESTAMP}"
15+
VERSION "0.9.1"
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)