diff options
author | Daniel Molkentin <danimo@owncloud.com> | 2016-07-13 17:47:11 +0200 |
---|---|---|
committer | Daniel Molkentin <danimo@owncloud.com> | 2016-07-13 17:47:36 +0200 |
commit | 9b8d182d219ee0c74c5a3f7f70d5e185c0d9717a (patch) | |
tree | c011fd7c357fed0e62bacf866a65cdeeba2c5031 | |
parent | 363ab6a63e494b0becd63b8b3aa71081b450c17e (diff) | |
download | nextcloud-server-9b8d182d219ee0c74c5a3f7f70d5e185c0d9717a.tar.gz nextcloud-server-9b8d182d219ee0c74c5a3f7f70d5e185c0d9717a.zip |
version.php: add missing space in human readable stringv8.2.7RC1
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 7a5783d8f11..38c7f8ac463 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ $OC_Version = array(8, 2, 7, 0); // The human readable string -$OC_VersionString = '8.2.7RC1'; +$OC_VersionString = '8.2.7 RC1'; $OC_VersionCanBeUpgradedFrom = array(8, 1); |