Skip to content

Commit b1b053c

Browse files
committed
Bump version
1 parent c9e9ef9 commit b1b053c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

plugins/include/amxmodx_version.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
#endif
1313
#define _amxmodx_version_included
1414

15-
#define AMXX_VERSION 1.9.0
16-
#define AMXX_VERSION_NUM 190
17-
stock const AMXX_VERSION_STR[] = "1.9.0-manual";
15+
#define AMXX_VERSION 1.10.0
16+
#define AMXX_VERSION_NUM 1100
17+
stock const AMXX_VERSION_STR[] = "1.10.0-manual";

product.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.10.0

public/amxmodx_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
#define AMXX_BUILD_LOCAL_REV "0"
2222
#define AMXX_BUILD_CSET "0"
2323
#define AMXX_BUILD_MAJOR "1"
24-
#define AMXX_BUILD_MINOR "9"
24+
#define AMXX_BUILD_MINOR "10"
2525
#define AMXX_BUILD_RELEASE "0"
2626

2727
#define AMXX_BUILD_UNIQUEID AMXX_BUILD_LOCAL_REV ":" AMXX_BUILD_CSET
2828

2929
#define AMXX_VERSION_STRING AMXX_BUILD_MAJOR "." AMXX_BUILD_MINOR "." AMXX_BUILD_RELEASE "-" AMXX_BUILD_TAG
30-
#define AMXX_VERSION_FILE 1,9,0,0
30+
#define AMXX_VERSION_FILE 1,10,0,0
3131
#endif
3232

3333
#define AMXX_BUILD_TIMESTAMP __DATE__ " " __TIME__

0 commit comments

Comments
 (0)