Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #746 from tst-nfarah/5.2.2-Version-Changes
Browse files Browse the repository at this point in the history
Updated version number to 5.2.2
  • Loading branch information
tst-nfarah-zz authored Mar 16, 2018
2 parents d66b676 + 6dd5e1c commit b373024
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import platform
import socket

LATEST_VERSION = '5.2.1'
LATEST_VERSION = '5.2.2'

SUPPORTED_OS_LIST = {
'redhat': {'min_release': '6.0',
Expand Down
2 changes: 1 addition & 1 deletion earth_enterprise/src/fusion_version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# earth_enterprise/installer/
# Format is 1 line (comment lines ignored):
# full version number: e.g., 3.1.2.3, 5.2.4, etc
5.2.0
5.2.2
2 changes: 1 addition & 1 deletion earth_enterprise/src/installer/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BADHOSTNAMELIST=(empty linux localhost dhcp bootp)
GEE="Google Earth Enterprise"
GEES="$GEE Server"
GEEF="$GEE Fusion"
LONG_VERSION="5.2.1"
LONG_VERSION="5.2.2"
SHORT_VERSION="5.2"

ROOT_USERNAME="root"
Expand Down
3 changes: 2 additions & 1 deletion earth_enterprise/src/support/geecheck/geecheck.pl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ BEGIN
EOF

# Parse the command line arguments.
my $version = "5.2.1";
my $version = "5.2.2";
my $server = 0;
my $show_logs = 0;
my $show_cpu = 0;
Expand Down Expand Up @@ -125,6 +125,7 @@ BEGIN
"5.1.3" => ["1", 0],
"5.2.0" => ["1", 0],
"5.2.1" => ["1", 0],
"5.2.2" => ["1", 0],
);
my @known_versions = keys(%version_table);

Expand Down
2 changes: 1 addition & 1 deletion earth_enterprise/src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.1
5.2.2

0 comments on commit b373024

Please sign in to comment.