We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072b00a commit 699eec8Copy full SHA for 699eec8
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [v1.15.0-rc.1] - 2025-11-16
+## [v1.15.0-rc.2] - 2026-01-19
4
5
### Added
6
src/utils/version.h
@@ -17,7 +17,7 @@ constexpr unsigned MAJOR = 1;
17
constexpr unsigned MINOR = 15;
18
constexpr unsigned PATCH = 0;
19
constexpr bool DEV = false;
20
-constexpr unsigned RC = 1;
+constexpr unsigned RC = 2;
21
22
namespace vroom {
23
0 commit comments