prepare 2.5.0RC1 RELEASE_2_5_0_RC1
authorMichael Wallner <mike@php.net>
Thu, 21 May 2015 12:36:17 +0000 (14:36 +0200)
committerMichael Wallner <mike@php.net>
Thu, 21 May 2015 12:36:17 +0000 (14:36 +0200)
.gitignore
php_http.h

index 93781ff39705687030eaada19d3b577665056d59..c78e2b840ffa57fa6efbf5c83ce721171942ea1f 100644 (file)
@@ -39,3 +39,4 @@ tests/*.php
 tests/*.sh
 lcov_data
 *~
+*.phar
index 31c794567d540f4301706eddd3491177c2e3192a..289a3953b7b11ee67f8e7e196608a06c807ab42b 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.4.4dev"
+#define PHP_PECL_HTTP_VERSION "2.5.0RC1"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry