diff options
author | Johannes Schlüter <johannes@php.net> | 2010-12-08 22:48:36 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2010-12-08 22:48:36 +0000 |
commit | 78a2762e88ff5d01fc5075e4312b28e07a17c0cd (patch) | |
tree | 6600b59adb22ad542befae064e658fc953cbec51 /main | |
parent | 85b434465c2481400747df85b99d412ea8eb8061 (diff) | |
download | php-git-78a2762e88ff5d01fc5075e4312b28e07a17c0cd.tar.gz |
Back to -dev
Diffstat (limited to 'main')
-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 936b93fb99..1bc93bd324 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 4 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "5.3.4" -#define PHP_VERSION_ID 50304 +#define PHP_RELEASE_VERSION 5 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "5.3.5-dev" +#define PHP_VERSION_ID 50305 |