Skip to content

Commit 699eec8

Browse files
committed
Bump version number for rc.2.
1 parent 072b00a commit 699eec8

2 files changed

Lines changed: 2 additions & 2 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.1] - 2025-11-16
3+
## [v1.15.0-rc.2] - 2026-01-19
44

55
### Added
66

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 = 1;
20+
constexpr unsigned RC = 2;
2121

2222
namespace vroom {
2323

0 commit comments

Comments
 (0)