Bump to v5.0.0alpha1

This commit is contained in:
sledgehammer999
2023-07-17 09:25:50 +03:00
parent c1d64cc3ea
commit 0f0de5e4f8
3 changed files with 14 additions and 14 deletions

View File

@@ -28,11 +28,11 @@
#pragma once
#define QBT_VERSION_MAJOR 4
#define QBT_VERSION_MINOR 6
#define QBT_VERSION_MAJOR 5
#define QBT_VERSION_MINOR 0
#define QBT_VERSION_BUGFIX 0
#define QBT_VERSION_BUILD 0
#define QBT_VERSION_STATUS "beta2" // Should be empty for stable releases!
#define QBT_VERSION_STATUS "alpha1" // Should be empty for stable releases!
#define QBT__STRINGIFY(x) #x
#define QBT_STRINGIFY(x) QBT__STRINGIFY(x)