We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7b707 commit 6bd9bcbCopy full SHA for 6bd9bcb
1 file changed
sp/src/public/tier0/platform.h
@@ -1281,8 +1281,8 @@ PLATFORM_INTERFACE bool Is64BitOS();
1281
//-----------------------------------------------------------------------------
1282
// General Mapbase version constants compiled into projects for versioning purposes
1283
1284
-#define MAPBASE_VERSION "7.1"
1285
-#define MAPBASE_VER_INT 7100 // For use in #if in a similar fashion to macros like _MSC_VER
+#define MAPBASE_VERSION "7.2"
+#define MAPBASE_VER_INT 7200 // For use in #if in a similar fashion to macros like _MSC_VER
1286
#endif
1287
1288
0 commit comments