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:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-09-26 13:20:26 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-02 20:50:44 +0300
commitefef05396034eaf34614b39aef36056a65f6f452 (patch)
tree84d8fe097b1323f2c8f4c02319fb6475f0ed8b4a /version.php
parentc2ef47ee13799bf0b5a0dbe97e54a021c888d8eb (diff)
Add column to DB to store expired passwords
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 eebed2ce7f4..c3740f01fa3 100644
--- a/version.php
+++ b/version.php
@@ -29,7 +29,7 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = array(15, 0, 0, 0);
+$OC_Version = array(15, 0, 0, 1);
// The human readable string
$OC_VersionString = '15.0.0 alpha';