Skip to content

Commit

Permalink
Changes before releasing 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krashish8 committed Jul 17, 2024
1 parent 6776b1f commit fe6f85c
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 @@ -19,7 +19,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

project(VRPROUTING VERSION 0.4.0
LANGUAGES C CXX )
set(PROJECT_VERSION_DEV "-dev")
set(PROJECT_VERSION_DEV "")
string(TOLOWER "${PROJECT_NAME}" PROJECT_NAME_LOWER)

set(MINORS 0.4 0.3 0.2 0.1)
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 version, library FROM vrp_full_version();
version | library
-----------+------------------
0.4.0-dev | vrprouting-0.4.0
version | library
---------+------------------
0.4.0 | vrprouting-0.4.0
(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 vrp_version();
vrp_version
-------------
0.4.0-dev
0.4.0
(1 row)

/* -- q2 */
Expand Down

0 comments on commit fe6f85c

Please sign in to comment.