Skip to content

Commit 1fd711b

Browse files
committed
Bump version for final release.
1 parent 1622a94 commit 1fd711b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [v1.14.0-rc.3] - 2023-11-17
3+
## [v1.14.0] - 2024-01-16
44

55
### Added
66

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ solution quality and computing times.
134134
To cite VROOM in publications, please use:
135135

136136
```bibtex
137-
@manual{vroom_v1.13,
138-
title = {{VROOM v1.13, Vehicle Routing Open-source Optimization Machine}},
137+
@manual{vroom_v1.14,
138+
title = {{VROOM v1.14, Vehicle Routing Open-source Optimization Machine}},
139139
author = {Coupey, Julien and Nicod, Jean-Marc and Varnier, Christophe},
140-
year = 2023,
140+
year = 2024,
141141
organization = {Verso (\url{https://verso-optim.com/})},
142142
address = {Besançon, France},
143143
note = {\url{http://vroom-project.org/}}

src/utils/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ constexpr unsigned MAJOR = 1;
1616
constexpr unsigned MINOR = 14;
1717
constexpr unsigned PATCH = 0;
1818
constexpr bool DEV = false;
19-
constexpr unsigned RC = 3;
19+
constexpr unsigned RC = 0;
2020

2121
namespace vroom {
2222

0 commit comments

Comments
 (0)