Skip to content

Commit 59b7894

Browse files
authored
Update version to 1.8.0 (#863)
1 parent 9ed67a8 commit 59b7894

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Legend:
1010
? = Other stuff
1111
```
1212

13-
(18/02/23): Version 2.0.0
13+
(18/02/23): Version 1.8.0
1414
-----------------------
1515
```
1616
01. ? Add PHP 8.1 Compatibility

game/addons/sourcemod/scripting/sbpp_admcfg.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public Plugin myinfo =
3434
name = "SourceBans++: Admin Config Loader",
3535
author = "AlliedModders LLC, SourceBans++ Dev Team",
3636
description = "Reads Admin Files",
37-
version = "1.7.0",
37+
version = "1.8.0",
3838
url = "https://sbpp.github.io"
3939
};
4040

game/addons/sourcemod/scripting/sbpp_checker.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#include <sourcemod>
3131

32-
#define VERSION "1.7.0"
32+
#define VERSION "1.8.0"
3333
#define LISTBANS_USAGE "sm_listbans <#userid|name> - Lists a user's prior bans from Sourcebans"
3434
#define LISTCOMMS_USAGE "sm_listcomms <#userid|name> - Lists a user's prior comms from Sourcebans"
3535
#define INVALID_TARGET -1

game/addons/sourcemod/scripting/sbpp_comms.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
// Do not edit below this line //
4444
//-----------------------------//
4545

46-
#define PLUGIN_VERSION "1.7.0"
46+
#define PLUGIN_VERSION "1.8.0"
4747
#define PREFIX "\x04[SourceComms++]\x01 "
4848

4949
#define MAX_TIME_MULTI 30 // maximum mass-target punishment length

game/addons/sourcemod/scripting/sbpp_main.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
#pragma newdecls required
3737

38-
#define SB_VERSION "1.7.0"
38+
#define SB_VERSION "1.8.0"
3939

4040
#if defined _updater_included
4141
#define UPDATE_URL "https://sbpp.github.io/updater/updatefile.txt"

game/addons/sourcemod/scripting/sbpp_report.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma semicolon 1
22

33
#define PLUGIN_AUTHOR "RumbleFrog, SourceBans++ Dev Team"
4-
#define PLUGIN_VERSION "1.7.0"
4+
#define PLUGIN_VERSION "1.8.0"
55

66
#include <sourcemod>
77
#include <sourcebanspp>

game/addons/sourcemod/scripting/sbpp_sleuth.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#undef REQUIRE_PLUGIN
3232
#include <sourcebanspp>
3333

34-
#define PLUGIN_VERSION "1.7.0"
34+
#define PLUGIN_VERSION "1.8.0"
3535

3636
#define LENGTH_ORIGINAL 1
3737
#define LENGTH_CUSTOM 2

web/configs/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-b",
3-
"git": "1274",
2+
"version": "1.8.0",
3+
"git": "1294",
44
"dev": true
55
}

web/install/init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
define('IN_SB', true);
1010
define('IN_INSTALL', true);
1111

12-
define('SB_VERSION', '2.0.0-b | Installer');
12+
define('SB_VERSION', '1.8.0 | Installer');
1313

1414
// ---------------------------------------------------
1515
// Setup PHP

0 commit comments

Comments
 (0)