Skip to content

Commit ed476cb

Browse files
committed
Increment Mapbase version to v7.3
1 parent a72779a commit ed476cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sp/src/public/tier0/platform.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,8 +1281,8 @@ PLATFORM_INTERFACE bool Is64BitOS();
12811281
//-----------------------------------------------------------------------------
12821282
// General Mapbase version constants compiled into projects for versioning purposes
12831283
//-----------------------------------------------------------------------------
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
1284+
#define MAPBASE_VERSION "7.3"
1285+
#define MAPBASE_VER_INT 7300 // For use in #if in a similar fashion to macros like _MSC_VER
12861286
#endif
12871287

12881288

0 commit comments

Comments
 (0)