Skip to content

Commit add5eb7

Browse files
committed
Bump file version number to 5.0
1 parent eb9c1ef commit add5eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engraving/types/constants.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
namespace mu::engraving {
2929
struct Constants
3030
{
31-
static constexpr int MSC_VERSION = 470;
32-
static constexpr const char* MSC_VERSION_STR = "4.70";
31+
static constexpr int MSC_VERSION = 500;
32+
static constexpr const char* MSC_VERSION_STR = "5.00";
3333

3434
// History:
3535
// 1.3 added staff->_barLineSpan

0 commit comments

Comments
 (0)