diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-01-11 14:19:14 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-01-11 14:19:14 +0000 |
commit | ad1bbaca04a802350884c07e2899a240d1a04e28 (patch) | |
tree | 5fc30e9ceee0d8cc7ef175c0a38db6b1db41ebca /main/php_version.h | |
parent | 778c635c405fd509f49f05dfa5a1fdc163e83e46 (diff) | |
download | php-git-ad1bbaca04a802350884c07e2899a240d1a04e28.tar.gz |
5.1.2
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 00d8e9f52d..604bd85f49 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 1 #define PHP_RELEASE_VERSION 2 -#define PHP_EXTRA_VERSION "RC3-dev" -#define PHP_VERSION "5.1.2RC3-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.1.2" |