[Git][debian-gis-team/pgrouting][upstream] New upstream version 4.0.0

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sat Nov 8 04:35:16 GMT 2025



Bas Couwenberg pushed to branch upstream at Debian GIS Project / pgrouting


Commits:
15b32d85 by Bas Couwenberg at 2025-11-08T05:28:26+01:00
New upstream version 4.0.0
- - - - -


4 changed files:

- .github/workflows/release.yml
- CMakeLists.txt
- docqueries/version/full_version.result
- docqueries/version/version.result


Changes:

=====================================
.github/workflows/release.yml
=====================================
@@ -32,7 +32,7 @@ jobs:
           sudo service postgresql start
           PGVER=$(psql --version | grep -Po '(?<=psql \(PostgreSQL\) )[^;]+(?=\.\d+ \()')
           PGROUTING_VERSION=$(grep -Po '(?<=project\(PGROUTING VERSION )[^;]+' CMakeLists.txt)
-          PGROUTING_VERSION_DEV=$(grep -Po '(?<=set\(PROJECT_VERSION_DEV ")[^"]+' CMakeLists.txt)
+          PGROUTING_VERSION_DEV=$(grep -Po '(?<=set\(PROJECT_VERSION_DEV ")[^"]*' CMakeLists.txt)
           FULL_VERSION="${PGROUTING_VERSION}${PGROUTING_VERSION_DEV}"
           echo "PGVER=${PGVER}" >> $GITHUB_ENV
           echo "PGPORT=5432" >> $GITHUB_ENV


=====================================
CMakeLists.txt
=====================================
@@ -32,7 +32,7 @@ include(pgr/BuildType)
 
 project(PGROUTING VERSION 4.0.0
     LANGUAGES C CXX )
-set(PROJECT_VERSION_DEV "-rc1")
+set(PROJECT_VERSION_DEV "")
 string(TOLOWER "${PROJECT_NAME}" PROJECT_NAME_LOWER)
 
 include(pgr/GitInfo)


=====================================
docqueries/version/full_version.result
=====================================
@@ -4,9 +4,9 @@ SET client_min_messages TO NOTICE;
 SET
 /* -- q1 */
 SELECT version, library FROM pgr_full_version();
-  version  |     library
------------+-----------------
- 4.0.0-rc1 | pgrouting-4.0.0
+ version |     library
+---------+-----------------
+ 4.0.0   | pgrouting-4.0.0
 (1 row)
 
 /* -- q2 */


=====================================
docqueries/version/version.result
=====================================
@@ -6,7 +6,7 @@ SET
 SELECT pgr_version();
  pgr_version
 -------------
- 4.0.0-rc1
+ 4.0.0
 (1 row)
 
 /* -- q2 */



View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/commit/15b32d85e874c6e11d49e049a8c54889a2acf2bb

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/commit/15b32d85e874c6e11d49e049a8c54889a2acf2bb
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20251108/8fd21f05/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list