diff --git a/package.xml b/package.xml
index 833cda7..a132d97 100644
--- a/package.xml
+++ b/package.xml
@@ -15,10 +15,9 @@ PECL Sundown provides straight forward object oriented Markdown API and customiz
chobieeee@php.net
yes
- 2013-12-09
-
+ 2014-01-02
- 0.3.10
+ 0.3.11
0.3.9
@@ -26,12 +25,8 @@ PECL Sundown provides straight forward object oriented Markdown API and customiz
beta
PHP
- bumped up 0.3.10.
-this release for imporve windows support.
-
-[fix]
- * windows compatibility
-
+ fix segfault in sundown_render_base
+
@@ -326,6 +321,7 @@ this release for imporve windows support.
+
@@ -343,6 +339,24 @@ this release for imporve windows support.
sundown
+
+
+ beta
+ beta
+
+
+ 0.3.10
+ 0.3.9
+
+ 2013-12-09
+
+ bumped up 0.3.10.
+ this release for imporve windows support.
+
+ [fix]
+ * windows compatibility
+
+
beta
diff --git a/php_sundown.h b/php_sundown.h
index 1593f1d..7f5a5fd 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.10"
+#define PHP_SUNDOWN_VERSION "0.3.11"
#ifdef HAVE_CONFIG_H
#include "config.h"