Skip to content

Commit 43dd7d0

Browse files
committed
Bump version for final release.
1 parent 699eec8 commit 43dd7d0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.15.0-rc.2] - 2026-01-19
3+
## [v1.15.0] - 2026-03-12
44

55
### Added
66

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ solution quality and computing times.
159159
To cite Vroom in publications, please use:
160160

161161
```bibtex
162-
@manual{vroom_v1.14,
163-
title = {{Vroom v1.14, Vehicle Routing Open-source Optimization Machine}},
162+
@manual{vroom_v1.15,
163+
title = {{Vroom v1.15, Vehicle Routing Open-source Optimization Machine}},
164164
author = {Coupey, Julien and Nicod, Jean-Marc and Varnier, Christophe},
165-
year = 2024,
165+
year = 2026,
166166
organization = {Verso (\url{https://verso-optim.com/})},
167167
address = {Besançon, France},
168168
note = {\url{http://vroom-project.org/}}

src/utils/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ constexpr unsigned MAJOR = 1;
1717
constexpr unsigned MINOR = 15;
1818
constexpr unsigned PATCH = 0;
1919
constexpr bool DEV = false;
20-
constexpr unsigned RC = 2;
20+
constexpr unsigned RC = 0;
2121

2222
namespace vroom {
2323

0 commit comments

Comments
 (0)