diff --git a/CHANGELOG.md b/CHANGELOG.md index 7036dc943..d887e1e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v1.14.0-rc.3] - 2023-11-17 +## [v1.14.0] - 2024-01-16 ### Added diff --git a/README.md b/README.md index 1fa77e4cb..bd983f824 100644 --- a/README.md +++ b/README.md @@ -134,10 +134,10 @@ solution quality and computing times. To cite VROOM in publications, please use: ```bibtex -@manual{vroom_v1.13, - title = {{VROOM v1.13, Vehicle Routing Open-source Optimization Machine}}, +@manual{vroom_v1.14, + title = {{VROOM v1.14, Vehicle Routing Open-source Optimization Machine}}, author = {Coupey, Julien and Nicod, Jean-Marc and Varnier, Christophe}, - year = 2023, + year = 2024, organization = {Verso (\url{https://verso-optim.com/})}, address = {Besançon, France}, note = {\url{http://vroom-project.org/}} diff --git a/src/utils/version.h b/src/utils/version.h index 91c8a84ea..53482a449 100644 --- a/src/utils/version.h +++ b/src/utils/version.h @@ -16,7 +16,7 @@ constexpr unsigned MAJOR = 1; constexpr unsigned MINOR = 14; constexpr unsigned PATCH = 0; constexpr bool DEV = false; -constexpr unsigned RC = 3; +constexpr unsigned RC = 0; namespace vroom {