[Pkg-owncloud-commits] [php-sabredav] 50/220: Setup the master branch for a future 3.2.0
David Prévot
taffit at moszumanska.debian.org
Thu May 12 01:21:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 15574c5b3647bbd73a3b1dd7c6cd3b0bd454ff4c
Author: Evert Pot <me at evertpot.com>
Date: Thu Jan 21 15:10:54 2016 -0500
Setup the master branch for a future 3.2.0
---
CHANGELOG.md | 6 ++++++
README.md | 1 +
lib/DAV/Version.php | 2 +-
3 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 279c575..b020f0f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
ChangeLog
=========
+3.2.0-alpha1 (????-??-??)
+-------------------------
+
+* ...
+
+
3.1.1 (????-??-??)
------------------
diff --git a/README.md b/README.md
index 278187b..d48abaf 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ Build status
| branch | status | minimum PHP version |
| ------------ | ------ | ------------------- |
| master | [](https://travis-ci.org/fruux/sabre-dav) | PHP 5.5 |
+| 3.1 | [](https://travis-ci.org/fruux/sabre-dav) | PHP 5.5 |
| 3.0 | [](https://travis-ci.org/fruux/sabre-dav) | PHP 5.4 |
| 2.1 | [](https://travis-ci.org/fruux/sabre-dav) | PHP 5.4 |
| 2.0 | [](https://travis-ci.org/fruux/sabre-dav) | PHP 5.4 |
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index 7b20e04..39b8deb 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '3.1.1';
+ const VERSION = '3.2.0-alpha1';
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list