Skip to content

Commit

Permalink
pumping up version to 3.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Sep 5, 2019
1 parent b80f274 commit cd56014
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ include(pgr/BuildType)

project(PGROUTING VERSION 3.0.0
LANGUAGES C CXX )
set(PGROUTING_VERSION_DEV "-dev")
set(PGROUTING_VERSION_DEV "-alpha")

include(pgr/GitInfo)

Expand Down
6 changes: 3 additions & 3 deletions docqueries/version/doc-full_version.result
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ SET client_min_messages TO NOTICE;
SET
-- q1
SELECT * FROM pgr_full_version();
version | build_type | compile_date | library | system | postgresql | compiler | boost | hash
-----------+------------+--------------+---------------+-------------------------+-------------------+-----------+--------+-----------
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
version | build_type | compile_date | library | system | postgresql | compiler | boost | hash
-------------+------------+--------------+---------------+-------------------------+-------------------+-----------+--------+-----------
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
(1 row)

-- q2
Expand Down
2 changes: 1 addition & 1 deletion docqueries/version/doc-version.result
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SET
SELECT pgr_version();
pgr_version
-------------
3.0.0-dev
3.0.0-alpha
(1 row)

-- q2
Expand Down

0 comments on commit cd56014

Please sign in to comment.