Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-osm authored Apr 14, 2024
1 parent f23b8ca commit 24709f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.${CURRENT_TIMESTAMP}"
VERSION "0.9.1"
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")
Expand Down

0 comments on commit 24709f1

Please sign in to comment.