Skip to content

Commit

Permalink
Push up 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mastacontrola committed Jun 2, 2017
1 parent 60183b2 commit e98811a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/installfog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ if [[ -z $backupPath ]]; then
fi
[[ -z $bootfilename ]] && bootfilename="undionly.kpxe"
[[ ! $doupdate -eq 1 || ! $fogupdateloaded -eq 1 ]] && . ../lib/common/input.sh
fullrelease="0"
fullrelease="1.4.2"
echo
echo " ######################################################################"
echo " # FOG now has everything it needs for this setup, but please #"
Expand Down
4 changes: 2 additions & 2 deletions packages/web/lib/fog/system.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ private static function _versionCompare()
public function __construct()
{
self::_versionCompare();
define('FOG_VERSION', '454478');
define('FOG_VERSION', '1.4.2');
define('FOG_SCHEMA', 260);
define('FOG_BCACHE_VER', 118);
define('FOG_SVN_REVISION', 6071);
define('FOG_SVN_REVISION', 6072);
define('FOG_CLIENT_VERSION', '0.11.12');
}
}
2 changes: 1 addition & 1 deletion packages/web/management/languages/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-02 15:16-0400\n"
"POT-Creation-Date: 2017-06-02 15:17-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down

0 comments on commit e98811a

Please sign in to comment.