diff options
author | Stanislav Malyshev <stas@php.net> | 2012-08-28 22:10:34 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-08-28 22:10:34 -0700 |
commit | 55b3386a81f1a40787f6b6c3129562725edceb2c (patch) | |
tree | b5b5457822483fdadc3a89923444133f7f8882e7 | |
parent | 78cffe0c4dfadbffb4232da4321ccf6f7d5c2f67 (diff) | |
download | php-git-55b3386a81f1a40787f6b6c3129562725edceb2c.tar.gz |
update version id too
-rw-r--r-- | main/php_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_version.h b/main/php_version.h index d00d43dc4d..0efdef14a5 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -5,4 +5,4 @@ #define PHP_RELEASE_VERSION 8 #define PHP_EXTRA_VERSION "-dev" #define PHP_VERSION "5.4.8-dev" -#define PHP_VERSION_ID 50407 +#define PHP_VERSION_ID 50408 |