diff options
author | Faruk Uzun <farukuzun@collabora.com> | 2016-01-18 01:38:53 +0200 |
---|---|---|
committer | Faruk Uzun <farukuzun@collabora.com> | 2016-02-08 05:52:44 +0200 |
commit | 0d3b33321052f69249d31b728d1a9318a17d165d (patch) | |
tree | 0deda5604e8023c307855b2a13d455a5f27c97c9 /version.php | |
parent | 47b1b67b4cb080075c4311854ad0672aad42a393 (diff) | |
download | nextcloud-server-0d3b33321052f69249d31b728d1a9318a17d165d.tar.gz nextcloud-server-0d3b33321052f69249d31b728d1a9318a17d165d.zip |
Introduce some mimetypes for richdocuments
* application/vnd.lotus-wordpro
* application/vnd.visio
* application/vnd.wordperfect
* application/msonenote
Backport of #21766
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 372209fb5a5..1eb4e924d4e 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ // We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = array(8, 2, 2, 2); +$OC_Version = array(8, 2, 2, 3); // The human readable string $OC_VersionString = '8.2.2'; |