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 a72779a commit ed476cbCopy full SHA for ed476cb
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.2"
1285
-#define MAPBASE_VER_INT 7200 // For use in #if in a similar fashion to macros like _MSC_VER
+#define MAPBASE_VERSION "7.3"
+#define MAPBASE_VER_INT 7300 // For use in #if in a similar fashion to macros like _MSC_VER
1286
#endif
1287
1288
0 commit comments