diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-11-27 17:29:54 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-11-27 17:29:54 +0000 |
commit | 4320984303e3889a694bfddc2e4458ca847d897f (patch) | |
tree | 25e356656c12f38f3ff690577b456cdc40f8e52a /main | |
parent | 8b443a1851fb7f7d52a09721322eb04f3ec444bd (diff) | |
download | php-git-4320984303e3889a694bfddc2e4458ca847d897f.tar.gz |
Back to dev
Diffstat (limited to 'main')
-rw-r--r-- | main/php_version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_version.h b/main/php_version.h index 86c35ce685..b236431cad 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,6 +2,6 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 1 -#define PHP_RELEASE_VERSION 1 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "5.1.1" +#define PHP_RELEASE_VERSION 2 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "5.1.2-dev" |