We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a145645 commit 67e600bCopy full SHA for 67e600b
ChangeLog
@@ -1,4 +1,5 @@
1
-0.11-alpha (2009-08-11)
+0.11-beta (2009-08-11)
2
+ * Updated: Now in Beta
3
* Updated: Pear package no longer includes docs/ directory. These just
4
contained rfc's, which are publically available. This reduces the
5
package from ~800k to ~60k
lib/Sabre/DAV/Version.php
@@ -20,6 +20,6 @@ class Sabre_DAV_Version {
20
/**
21
* Stability : alpha, beta, stable
22
*/
23
- const STABILITY = 'alpha';
+ const STABILITY = 'beta';
24
25
}
0 commit comments