diff options
author | Christoph M. Becker <cmb@php.net> | 2018-07-03 10:51:56 +0000 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2018-07-03 10:51:56 +0000 |
commit | 8c82855101b33661c141593879e9548816da6ad9 (patch) | |
tree | 0631411dca4ac63f3a506a5b604a640300791158 /main | |
parent | 3fd97a5b1f8cc5899dc7566833ed58a25e15fc6b (diff) | |
download | php-git-php-7.3.0alpha3.tar.gz |
Update versions for PHP 7.3.0alpha3php-7.3.0alpha3
Diffstat (limited to 'main')
-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 e81c515249..5566e7bdb2 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.3.0-dev" +#define PHP_EXTRA_VERSION "alpha3" +#define PHP_VERSION "7.3.0alpha3" #define PHP_VERSION_ID 70300 |