Skip to content

Commit

Permalink
Bump major version.
Browse files Browse the repository at this point in the history
This is an API break, so we have to bump. Fortunately it's not breaking the API
we are using, just restoring the compatibility to Sabre's 2.1 API. Once we
confirm that this new version is working just fine with current stable Horde,
we can simply bump the maximum allowed version in the applications' package.xml
files.
  • Loading branch information
yunosh committed Nov 16, 2015
1 parent c001c45 commit c8bf6b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions framework/Dav/package.xml
Expand Up @@ -10,10 +10,10 @@
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2015-04-28</date>
<date>2015-11-16</date>
<version>
<release>1.1.3</release>
<api>1.1.0</api>
<release>2.0.0</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
Expand Down Expand Up @@ -1050,12 +1050,12 @@
</release>
<release>
<version>
<release>1.1.3</release>
<api>1.1.0</api></version>
<release>2.0.0</release>
<api>2.0.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2015-04-28</date>
<date>2015-11-16</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
*
Expand Down

0 comments on commit c8bf6b5

Please sign in to comment.