summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2011-09-15 06:24:18 +0000
committerStanislav Malyshev <stas@php.net>2011-09-15 06:24:18 +0000
commitfe85ca87370198e76a02b1c5b93905c70d517213 (patch)
tree06296cb4b03faebdc9688b3fd25df50fe5d44212 /main/php_version.h
parent748003b3491507c344e347cfd4e767d7cfa95ac6 (diff)
downloadphp-git-fe85ca87370198e76a02b1c5b93905c70d517213.tar.gz
5.4.0beta
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h
index fcb7e1abef..6eccc26400 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "beta1-dev"
-#define PHP_VERSION "5.4.0beta1-dev"
+#define PHP_EXTRA_VERSION "beta1"
+#define PHP_VERSION "5.4.0beta1"
#define PHP_VERSION_ID 50400