diff options
| author | Johannes Schlüter <johannes@php.net> | 2014-07-31 15:40:51 +0200 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2014-07-31 15:40:51 +0200 |
| commit | 990ecc12fcd61f16609d708edd2daf42aaf2a6ee (patch) | |
| tree | 24c9d240a0bfec37092acf12d8cb392c85b78abb /main/php_version.h | |
| parent | 0fe07a0e7454b4e313ad9ef17e85638ae000f4e5 (diff) | |
| download | php-git-9b4fc713c96dd9267b10c5dcb98416315374a7b1.tar.gz | |
PHP 5.3.29RC1php-5.3.29RC1
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 1d26f58d25..63ddb95eab 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 29 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.3.29-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.3.29RC1" #define PHP_VERSION_ID 50329 |
