missing version number
authorMichael Wallner <mike@php.net>
Fri, 30 Mar 2012 13:21:37 +0000 (13:21 +0000)
committerMichael Wallner <mike@php.net>
Fri, 30 Mar 2012 13:21:37 +0000 (13:21 +0000)
php_http.h

index e8d5e40fb235e02458a16553125ceaf165626e96..1fe67e96898f934ec8afd18a1a4beb2deae3ca4a 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_HTTP_EXT_VERSION "2.0.0dev"
+#define PHP_HTTP_EXT_VERSION "2.0.0dev10"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry