We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7488490 commit 91a522bCopy full SHA for 91a522b
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [Unreleased]
+## [v1.15.0-rc.1] - 2025-11-16
4
5
### Added
6
src/utils/version.h
@@ -16,8 +16,8 @@ All rights reserved (see LICENSE).
16
constexpr unsigned MAJOR = 1;
17
constexpr unsigned MINOR = 15;
18
constexpr unsigned PATCH = 0;
19
-constexpr bool DEV = true;
20
-constexpr unsigned RC = 0;
+constexpr bool DEV = false;
+constexpr unsigned RC = 1;
21
22
namespace vroom {
23
0 commit comments