diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2008-02-28 00:35:26 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2008-02-28 00:35:26 +0000 |
| commit | 0dd068331a2a8fd49a268e0b5c340d4f8e3df4f3 (patch) | |
| tree | a63fbc28be89b116bcc4bd4402259ccd6078622a /main/php_version.h | |
| parent | 743bb87a57e753c9cc08375cbd68e95dd5620b85 (diff) | |
| download | php-git-0dd068331a2a8fd49a268e0b5c340d4f8e3df4f3.tar.gz | |
Back to dev
Diffstat (limited to 'main/php_version.h')
| -rw-r--r-- | main/php_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h index 084434788c..d18b80b309 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 2 #define PHP_RELEASE_VERSION 6 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "5.2.6RC1" +#define PHP_EXTRA_VERSION "RC1-dev" +#define PHP_VERSION "5.2.6RC1-dev" #define PHP_VERSION_ID 50206 |
