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

Commit f7f6971

Browse files
committed
Prepare for YC119.1.
1 parent b0b2701 commit f7f6971

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

ext/eve-versions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[
2+
{
3+
"tag": "yc119-1-10",
4+
"name": "YC119.1 1.0",
5+
"build": 1112017,
6+
"reldate": 1484222400,
7+
"dogmaver": 21
8+
},
29
{
310
"tag": "yc118-8-10",
411
"name": "YC118.8 1.0",

inc/root.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/* Osmium
3-
* Copyright (C) 2012, 2013, 2014, 2015 Romain "Artefact2" Dalmaso <[email protected]>
3+
* Copyright (C) 2012, 2013, 2014, 2015, 2017 Romain "Artefact2" Dalmaso <[email protected]>
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as published by
@@ -85,7 +85,7 @@
8585
const JS_STATICVER = 35;
8686

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

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

0 commit comments

Comments
 (0)