diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2008-04-30 18:33:33 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2008-04-30 18:33:33 +0000 |
| commit | ba307b2affc874cd30552c5c57ff5e79411b7036 (patch) | |
| tree | f306dc78f0e937a8644a3ca8f8b3445d0316e9eb /main/php_version.h | |
| parent | 6a7f02001db76ba8f2756df3e5d8172d432bbcb2 (diff) | |
| download | php-git-ba307b2affc874cd30552c5c57ff5e79411b7036.tar.gz | |
Back to dev
Diffstat (limited to 'main/php_version.h')
| -rw-r--r-- | main/php_version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/php_version.h b/main/php_version.h index aa8b8c237f..58f8abcc7d 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 2 -#define PHP_RELEASE_VERSION 6 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "5.2.6" -#define PHP_VERSION_ID 50206 +#define PHP_RELEASE_VERSION 7 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "5.2.7-dev" +#define PHP_VERSION_ID 50207 |
