Skip to content

Commit aeb9b60

Browse files
committed
Bump version minor to 7.2
Updated VERSION_MINOR in version.h from 1 to 2 to reflect the new minor release.
1 parent 7341b14 commit aeb9b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#pragma once
33

44
#define VERSION_MAJOR 7
5-
#define VERSION_MINOR 1
5+
#define VERSION_MINOR 2
66

77
// Define a version string
88
#define VERSION_STRING STRINGIFY(VERSION_MAJOR) "." STRINGIFY(VERSION_MINOR)

0 commit comments

Comments
 (0)