Skip to content

Commit 541ea22

Browse files
committed
fixing version number on CMakelists
1 parent a6226c4 commit 541ea22

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ endif()
183183
set(PGROUTING_VERSION_MAJOR "2")
184184
set(PGROUTING_VERSION_MINOR "6")
185185
set(PGROUTING_VERSION_PATCH "0")
186-
set(PGROUTING_VERSION_DEV "-dev")
187186
set(PGROUTING_VERSION_DEV "")
188187

189188
set(PGROUTING_SHORT_VERSION "${PGROUTING_VERSION_MAJOR}.${PGROUTING_VERSION_MINOR}")

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6709-4de9050 release/2.6
1+
6756-a6226c4 release/2.6

0 commit comments

Comments
 (0)