Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFaruk Uzun <farukuzun@collabora.com>2016-01-18 02:38:53 +0300
committerFaruk Uzun <farukuzun@collabora.com>2016-02-04 14:48:21 +0300
commit6ffd8f3e0d325f22667d4739eee037a07b38d50c (patch)
tree6a7198922d64fa2443845bc7f948bbdb93cf71f8 /version.php
parentcd16ba5cb3bf9333b0ecacab4bf152c1b692ed59 (diff)
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.php2
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';