diff options
author | Johannes Schlüter <johannes@php.net> | 2012-09-12 23:27:16 +0200 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2012-09-12 23:27:16 +0200 |
commit | 8244eea4951a30fa959a0e4c59224425f2f8865c (patch) | |
tree | 21105ea0ad9df53835efba21152d4451862814d2 /main/php_version.h | |
parent | f9e407ec415dc289f901416ac25dfb92c22a1462 (diff) | |
download | php-git-PHP-5.3.17.tar.gz |
PHP 5.3.17php-5.3.17PHP-5.3.17
Diffstat (limited to 'main/php_version.h')
-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 3107a2808a..e73bc7bf7c 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 3 -#define PHP_RELEASE_VERSION 16 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.3.16-dev" -#define PHP_VERSION_ID 50316 +#define PHP_RELEASE_VERSION 17 +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.3.17" +#define PHP_VERSION_ID 50317 |