diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2010-07-01 14:39:57 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2010-07-01 14:39:57 +0000 |
commit | 802bc19f762967a64fc18a65427690e29c68bc17 (patch) | |
tree | 64ffbd0c2e690d66c0db1c5db9a5f3098aadcd22 /main/php_version.h | |
parent | e0b76f37253a7f7a5cbe8d7b7b05aea51b1546b1 (diff) | |
download | php-git-802bc19f762967a64fc18a65427690e29c68bc17.tar.gz |
5.2.14RC2
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 70ad0f9b8f..8f5df41b1c 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 14 -#define PHP_EXTRA_VERSION "RC2-dev" -#define PHP_VERSION "5.2.14RC2-dev" +#define PHP_EXTRA_VERSION "RC2" +#define PHP_VERSION "5.2.14RC2" #define PHP_VERSION_ID 50214 |