Skip to content

Commit

Permalink
Push up RC-5.
Browse files Browse the repository at this point in the history
This adds an update to the FOG Client and improves replication logging.
  • Loading branch information
mastacontrola committed Jan 7, 2017
1 parent ce1923a commit 57eb9fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/web/lib/fog/system.class.php
Expand Up @@ -53,10 +53,10 @@ private static function _versionCompare()
public function __construct()
{
self::_versionCompare();
define('FOG_VERSION', '7');
define('FOG_VERSION', '1.3.1-RC-5');
define('FOG_SCHEMA', 245);
define('FOG_BCACHE_VER', 111);
define('FOG_SVN_REVISION', 6052);
define('FOG_CLIENT_VERSION', '0.11.7');
define('FOG_CLIENT_VERSION', '0.11.8');
}
}
2 changes: 1 addition & 1 deletion packages/web/management/languages/messages.pot
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-06 20:57-0500\n"
"POT-Creation-Date: 2017-01-07 13:33-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down

0 comments on commit 57eb9fa

Please sign in to comment.