diff options
author | Faruk Uzun <farukuzun@collabora.com> | 2016-01-18 01:38:53 +0200 |
---|---|---|
committer | Faruk Uzun <farukuzun@collabora.com> | 2016-02-04 13:48:21 +0200 |
commit | 6ffd8f3e0d325f22667d4739eee037a07b38d50c (patch) | |
tree | 6a7198922d64fa2443845bc7f948bbdb93cf71f8 /version.php | |
parent | cd16ba5cb3bf9333b0ecacab4bf152c1b692ed59 (diff) | |
download | nextcloud-server-6ffd8f3e0d325f22667d4739eee037a07b38d50c.tar.gz nextcloud-server-6ffd8f3e0d325f22667d4739eee037a07b38d50c.zip |
Introduce some mimetypes for richdocuments
* application/vnd.lotus-wordpro
* application/vnd.visio
* application/vnd.wordperfect
* application/msonenote
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 f807b01d7d0..44bddca0700 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(9, 0, 0, 9); +$OC_Version = array(9, 0, 0, 10); // The human readable string $OC_VersionString = '9.0 pre alpha'; |