Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Commit bcdd9c9

Browse files
committed
Prepare for YC119.9
1 parent 8031ac1 commit bcdd9c9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ext/eve-versions.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[
2+
{
3+
"tag": "yc119-9-10",
4+
"name": "YC119.9 1.0",
5+
"build": 1186828,
6+
"reldate": 1505253600,
7+
"dogmaver": 22
8+
},
29
{
310
"tag": "yc119-1-10",
411
"name": "YC119.1 1.0",

inc/root.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
const JS_STATICVER = 36;
8686

8787
/** Bump this when clientdata.json is updated */
88-
const CLIENT_DATA_STATICVER = 52;
88+
const CLIENT_DATA_STATICVER = 53;
8989

9090
define(__NAMESPACE__.'\CACHE_DIRECTORY', ROOT.'/cache');
9191

0 commit comments

Comments
 (0)