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

Commit

Permalink
Prepare for YC119.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artefact2 committed Jan 15, 2017
1 parent b0b2701 commit f7f6971
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ext/eve-versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"tag": "yc119-1-10",
"name": "YC119.1 1.0",
"build": 1112017,
"reldate": 1484222400,
"dogmaver": 21
},
{
"tag": "yc118-8-10",
"name": "YC118.8 1.0",
Expand Down
4 changes: 2 additions & 2 deletions inc/root.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/* Osmium
* Copyright (C) 2012, 2013, 2014, 2015 Romain "Artefact2" Dalmaso <artefact2@gmail.com>
* Copyright (C) 2012, 2013, 2014, 2015, 2017 Romain "Artefact2" Dalmaso <artefact2@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
Expand Down Expand Up @@ -85,7 +85,7 @@
const JS_STATICVER = 35;

/** Bump this when clientdata.json is updated */
const CLIENT_DATA_STATICVER = 51;
const CLIENT_DATA_STATICVER = 52;

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

Expand Down

0 comments on commit f7f6971

Please sign in to comment.