Skip to content

Commit

Permalink
Set to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Aug 11, 2009
1 parent a145645 commit 67e600b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
0.11-alpha (2009-08-11)
0.11-beta (2009-08-11)
* Updated: Now in Beta
* Updated: Pear package no longer includes docs/ directory. These just
contained rfc's, which are publically available. This reduces the
package from ~800k to ~60k
Expand Down
2 changes: 1 addition & 1 deletion lib/Sabre/DAV/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ class Sabre_DAV_Version {
/**
* Stability : alpha, beta, stable
*/
const STABILITY = 'alpha';
const STABILITY = 'beta';

}

0 comments on commit 67e600b

Please sign in to comment.