diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2006-10-30 23:06:22 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2006-10-30 23:06:22 +0000 |
| commit | b48fa87e8bc8fde438961764f3a2123c153d5b6b (patch) | |
| tree | 721e548027af6a8c039c0e20ee18ad59bde0327b | |
| parent | 13342afe944adbde3d05c375a1fefc617c4d36e2 (diff) | |
| download | php-git-b48fa87e8bc8fde438961764f3a2123c153d5b6b.tar.gz | |
5.2.0
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | main/php_version.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 3beeef7662..0fa3e3da22 100644 --- a/configure.in +++ b/configure.in @@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=2 RELEASE_VERSION=0 -EXTRA_VERSION="RC7-dev" +EXTRA_VERSION="" PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION` diff --git a/main/php_version.h b/main/php_version.h index a3035ddde7..73c11eac64 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 0 -#define PHP_EXTRA_VERSION "RC7-dev" -#define PHP_VERSION "5.2.0RC7-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.2.0" #define PHP_VERSION_ID 50200 |
