[Pkg-owncloud-commits] [php-sabredav] 51/66: Calling the next version 3.0. Scary.
David Prévot
taffit at moszumanska.debian.org
Wed May 27 13:56:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 3.0.0-alpha1
in repository php-sabredav.
commit 2288703a3fb755b0d4084f8589726d087c0875a2
Author: Evert Pot <me at evertpot.com>
Date: Wed Apr 29 17:44:51 2015 -0400
Calling the next version 3.0. Scary.
---
CHANGELOG.md | 2 +-
composer.json | 2 +-
lib/DAV/Version.php | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 26667dd..12bd239 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
ChangeLog
=========
-2.2.0-alpha5 (2015-??-??)
+3.0.0-alpha1 (2015-??-??)
-------------------------
* It's now possible to get all property information from files using the
diff --git a/composer.json b/composer.json
index 538c745..1f26a9c 100644
--- a/composer.json
+++ b/composer.json
@@ -60,7 +60,7 @@
},
"extra" : {
"branch-alias": {
- "dev-master": "2.2.x-dev"
+ "dev-master": "3.0.0-dev"
}
}
}
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index a7ace9b..7a4a7e5 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '2.2.0-alpha5';
+ const VERSION = '3.0.0-alpha1';
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list