Skip to content

Commit 3571200

Browse files
authored
Merge pull request #2992 from cvvergara/pumpup-to-v4.0.0
Pump up to v4.0.0
2 parents e3d3ecb + 0b54ff6 commit 3571200

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ include(pgr/BuildType)
3232

3333
project(PGROUTING VERSION 4.0.0
3434
LANGUAGES C CXX )
35-
set(PROJECT_VERSION_DEV "-rc1")
35+
set(PROJECT_VERSION_DEV "")
3636
string(TOLOWER "${PROJECT_NAME}" PROJECT_NAME_LOWER)
3737

3838
include(pgr/GitInfo)

docqueries/version/full_version.result

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ SET client_min_messages TO NOTICE;
44
SET
55
/* -- q1 */
66
SELECT version, library FROM pgr_full_version();
7-
version | library
8-
-----------+-----------------
9-
4.0.0-rc1 | pgrouting-4.0.0
7+
version | library
8+
---------+-----------------
9+
4.0.0 | pgrouting-4.0.0
1010
(1 row)
1111

1212
/* -- q2 */

docqueries/version/version.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SET
66
SELECT pgr_version();
77
pgr_version
88
-------------
9-
4.0.0-rc1
9+
4.0.0
1010
(1 row)
1111

1212
/* -- q2 */

0 commit comments

Comments
 (0)