diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-05-30 18:48:58 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-05-30 18:48:58 +0000 |
commit | de64609fec4ee4db530cf7711106b44aa43270d9 (patch) | |
tree | af771ec911025972c5ce8e7a11fd593431ef3375 /main/php_version.h | |
parent | b604bc72007c01b0b6c36d81fcaa1c7d44f332ff (diff) | |
download | php-git-de64609fec4ee4db530cf7711106b44aa43270d9.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 1a3ca71cda..4d4f1de63a 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 3 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "5.2.3" -#define PHP_VERSION_ID 50203 +#define PHP_RELEASE_VERSION 4 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "5.2.4-dev" +#define PHP_VERSION_ID 50204 |