Skip to content

Commit 4524a7f

Browse files
committed
merge fork and update version
1 parent 3dc628b commit 4524a7f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AMBuilder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ for sdk_target in MMSPlugin.sdk_targets:
1414
try:
1515
version = subprocess.check_output(['git', 'describe', '--tags', '--long']).decode('ascii').strip()
1616
except subprocess.SubprocessError as e:
17-
version = "1.8-dev"
17+
version = "1.9-dev"
1818
print("git describe failed as there are no tags")
1919

2020
print(f'Setting version to "{version}"')

src/cs2fixes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ const char *CS2Fixes::GetLicense()
253253
const char *CS2Fixes::GetVersion()
254254
{
255255
#ifndef CS2FIXES_VERSION
256-
#define CS2FIXES_VERSION "1.8-dev"
256+
#define CS2FIXES_VERSION "1.9-dev"
257257
#endif
258258

259259
return CS2FIXES_VERSION; // defined by the build script

0 commit comments

Comments
 (0)