diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2011-01-06 23:01:48 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2011-01-06 23:01:48 +0000 |
commit | dabfd7727f5496ebd913488f6a996117f8597686 (patch) | |
tree | 45014a4f666ecee1545156017eba3180ef420683 /main | |
parent | 5861ec652d4691f665cb557b47e49d250801c396 (diff) | |
parent | 30e646497e17825e642863a54b6a26efe903372e (diff) | |
download | php-git-php-5.2.17.tar.gz |
re-tagphp-5.2.17
Diffstat (limited to 'main')
-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 851d0e13f8..b07fdf4260 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 18 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.2.18-dev" -#define PHP_VERSION_ID 50218 +#define PHP_RELEASE_VERSION 17 +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.2.17" +#define PHP_VERSION_ID 50217 |