Skip to content

Commit

Permalink
Remove the release variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mastacontrola committed Jan 17, 2017
1 parent 17a6520 commit c2a71ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/installfog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ if [[ -z $backupPath ]]; then
fi
[[ -z $bootfilename ]] && bootfilename="undionly.kpxe"
[[ ! $doupdate -eq 1 || ! $fogupdateloaded -eq 1 ]] && . ../lib/common/input.sh
fullrelease="1.3.2"
fullrelease="0"
echo
echo " ######################################################################"
echo " # FOG now has everything it needs for this setup, but please #"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/lib/fog/system.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private static function _versionCompare()
public function __construct()
{
self::_versionCompare();
define('FOG_VERSION', '306573');
define('FOG_VERSION', '176523');
define('FOG_SCHEMA', 245);
define('FOG_BCACHE_VER', 112);
define('FOG_SVN_REVISION', 6060);
Expand Down
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-01-17 14:39-0500\n"
"POT-Creation-Date: 2017-01-17 14:43-0500\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 c2a71ce

Please sign in to comment.