Skip to content

Commit df680ea

Browse files
authored
Update version.hpp
1 parent 0138a8d commit df680ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAGE/Core/src/meta/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// The version numbers (major/minor/patch) are macros to support the use of
1818
// these numbers in conditional macro statements (e.g. if).
1919
#define MAGE_VERSION_MAJOR 0
20-
#define MAGE_VERSION_MINOR 169
20+
#define MAGE_VERSION_MINOR 170
2121
#define MAGE_VERSION_PATCH 0
2222

2323
#define MAGE_QUOTE(S) #S

0 commit comments

Comments
 (0)