diff --git a/package.xml b/package.xml
index 9df743c..833cda7 100644
--- a/package.xml
+++ b/package.xml
@@ -15,10 +15,10 @@ PECL Sundown provides straight forward object oriented Markdown API and customiz
chobieeee@php.net
yes
- 2013-12-08
-
+ 2013-12-09
+
- 0.3.9
+ 0.3.10
0.3.9
@@ -26,25 +26,11 @@ PECL Sundown provides straight forward object oriented Markdown API and customiz
beta
PHP
- bumped up 0.3.9.
+ bumped up 0.3.10.
+this release for imporve windows support.
-next 0.4.x release will change sundown library to hoedown as sundown has been deprecated.
-0.3.x releases are bug fixes only.
-
-[improvements]
-* improve readability
-* use common internal `php_sundown_markdon_render` for rendering markdown.
-* add various markdown test case from karlcow/markdown-testsuite
-* add --enable-sundown-debug configure flag for configure option.
-* add escape_html render flag
-* xhtml render always overrides `xhtml` flag
-
-[bug fix]
-fix incorrect render_html flags
-
-* filter_html
-* no_images
-* no_links
+[fix]
+ * windows compatibility
@@ -357,6 +343,37 @@ fix incorrect render_html flags
sundown
+
+
+ beta
+ beta
+
+
+ 0.3.8
+ 0.3.7
+
+ 2013-12-08
+
+ bumped up 0.3.9.
+
+ next 0.4.x release will change sundown library to hoedown as sundown has been deprecated.
+ 0.3.x releases are bug fixes only.
+
+ [improvements]
+ * improve readability
+ * use common internal `php_sundown_markdon_render` for rendering markdown.
+ * add various markdown test case from karlcow/markdown-testsuite
+ * add --enable-sundown-debug configure flag for configure option.
+ * add escape_html render flag
+ * xhtml render always overrides `xhtml` flag
+
+ [bug fix]
+ fix incorrect render_html flags
+
+ * filter_html
+ * no_images
+ * no_links
+
beta
diff --git a/php_sundown.h b/php_sundown.h
index 67051bc..45db836 100644
--- a/php_sundown.h
+++ b/php_sundown.h
@@ -3,7 +3,7 @@
#define PHP_SUNDOWN_H
#define PHP_SUNDOWN_EXTNAME "sundown"
-#define PHP_SUNDOWN_VERSION "0.3.9"
+#define PHP_SUNDOWN_VERSION "0.3.10"
#ifdef HAVE_CONFIG_H
#include "config.h"