Skip to content

Commit 6bd9bcb

Browse files
committed
Increment version numbers to v7.2
1 parent 8f7b707 commit 6bd9bcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.1"
1285-
#define MAPBASE_VER_INT 7100 // For use in #if in a similar fashion to macros like _MSC_VER
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
12861286
#endif
12871287

12881288

0 commit comments

Comments
 (0)