Skip to content

Commit

Permalink
Push up 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mastacontrola committed Jan 15, 2017
1 parent 53a9407 commit 55be040
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', '14');
define('FOG_VERSION', '1.3.1');
define('FOG_SCHEMA', 245);
define('FOG_BCACHE_VER', 112);
define('FOG_SVN_REVISION', 6052);
define('FOG_SVN_REVISION', 6053);
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-14 19:46-0500\n"
"POT-Creation-Date: 2017-01-14 20:01-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 55be040

Please sign in to comment.