mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
remove -dev for release
This commit is contained in:
parent
ee772f60b1
commit
f43330a371
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue