svn: /php/php-src/branches/PHP_5_4/ext/ fileinfo/php_fileinfo.h mysqlnd/mysqlnd.h sqlite3/php_sqlite3.h
stas Tue, 28 Feb 2012 18:43:44 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=323634
Log:
remove -dev for release
Changed paths:
U php/php-src/branches/PHP_5_4/ext/fileinfo/php_fileinfo.h
U php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd.h
U php/php-src/branches/PHP_5_4/ext/sqlite3/php_sqlite3.h
Modified: php/php-src/branches/PHP_5_4/ext/fileinfo/php_fileinfo.h
===================================================================
--- php/php-src/branches/PHP_5_4/ext/fileinfo/php_fileinfo.h 2012-02-28 18:36:10 UTC (rev 323633)
+++ php/php-src/branches/PHP_5_4/ext/fileinfo/php_fileinfo.h 2012-02-28 18:43:44 UTC (rev 323634)
@@ -24,7 +24,7 @@
extern zend_module_entry fileinfo_module_entry;
#define phpext_fileinfo_ptr &fileinfo_module_entry
-#define PHP_FILEINFO_VERSION "1.0.5-dev"
+#define PHP_FILEINFO_VERSION "1.0.5"
#ifdef PHP_WIN32
#define PHP_FILEINFO_API __declspec(dllexport)
Modified: php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd.h
===================================================================
--- php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd.h 2012-02-28 18:36:10 UTC (rev 323633)
+++ php/php-src/branches/PHP_5_4/ext/mysqlnd/mysqlnd.h 2012-02-28 18:43:44 UTC (rev 323634)
@@ -22,7 +22,7 @@
#ifndef MYSQLND_H
#define MYSQLND_H
-#define MYSQLND_VERSION "mysqlnd 5.0.10-dev - 20111026 - $Revision$"
+#define MYSQLND_VERSION "mysqlnd 5.0.10 - 20111026 - $Revision$"
#define MYSQLND_VERSION_ID 50010
#define MYSQLND_PLUGIN_API_VERSION 1
Modified: php/php-src/branches/PHP_5_4/ext/sqlite3/php_sqlite3.h
===================================================================
--- php/php-src/branches/PHP_5_4/ext/sqlite3/php_sqlite3.h 2012-02-28 18:36:10 UTC (rev 323633)
+++ php/php-src/branches/PHP_5_4/ext/sqlite3/php_sqlite3.h 2012-02-28 18:43:44 UTC (rev 323634)
@@ -21,7 +21,7 @@
#ifndef PHP_SQLITE3_H
#define PHP_SQLITE3_H
-#define PHP_SQLITE3_VERSION "0.7-dev"
+#define PHP_SQLITE3_VERSION "0.7"
extern zend_module_entry sqlite3_module_entry;
#define phpext_sqlite3_ptr &sqlite3_module_entry
Thread (1 message)
- Stanislav Malyshev