Skip to content

Commit

Permalink
fixing version number on CMakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Mar 20, 2018
1 parent a6226c4 commit 541ea22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ endif()
set(PGROUTING_VERSION_MAJOR "2")
set(PGROUTING_VERSION_MINOR "6")
set(PGROUTING_VERSION_PATCH "0")
set(PGROUTING_VERSION_DEV "-dev")
set(PGROUTING_VERSION_DEV "")

set(PGROUTING_SHORT_VERSION "${PGROUTING_VERSION_MAJOR}.${PGROUTING_VERSION_MINOR}")
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6709-4de9050 release/2.6
6756-a6226c4 release/2.6

0 comments on commit 541ea22

Please sign in to comment.