Skip to content

Commit

Permalink
removing -dev to release number
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 28, 2023
1 parent 4c32f38 commit a18ba22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -20,7 +20,7 @@ include(pgr/BuildType)

project(PGROUTING VERSION 3.6.0
LANGUAGES C CXX )
set(PROJECT_VERSION_DEV "-dev")
set(PROJECT_VERSION_DEV "")
string(TOLOWER "${PROJECT_NAME}" PROJECT_NAME_LOWER)

include(pgr/GitInfo)
Expand Down

0 comments on commit a18ba22

Please sign in to comment.