File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ include(pgr/BuildType)
3535
3636project (PGROUTING VERSION 3.0.0
3737 LANGUAGES C CXX )
38- set (PGROUTING_VERSION_DEV "-dev " )
38+ set (PGROUTING_VERSION_DEV "-alpha " )
3939
4040include (pgr/GitInfo)
4141
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ SET client_min_messages TO NOTICE;
44SET
55-- q1
66SELECT * FROM pgr_full_version();
7- version | build_type | compile_date | library | system | postgresql | compiler | boost | hash
8- -----------+------------+--------------+---------------+-------------------------+-------------------+-----------+--------+-----------
9- 3.0.0-dev | Debug | 2019/09/05 | pgrouting-3.0 | Linux-4.15.0-60-generic | PostgreSQL 9.5.19 | GNU-8.3.0 | 1.65.1 | d93c618ae
7+ version | build_type | compile_date | library | system | postgresql | compiler | boost | hash
8+ ------------- +------------+--------------+---------------+-------------------------+-------------------+-----------+--------+-----------
9+ 3.0.0-alpha | Debug | 2019/09/05 | pgrouting-3.0 | Linux-4.15.0-60-generic | PostgreSQL 9.5.19 | GNU-8.3.0 | 1.65.1 | b80f274ed
1010(1 row)
1111
1212-- q2
Original file line number Diff line number Diff line change 66SELECT pgr_version();
77 pgr_version
88-------------
9- 3.0.0-dev
9+ 3.0.0-alpha
1010(1 row)
1111
1212-- q2
You can’t perform that action at this time.
0 commit comments