summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-01-28 22:09:55 +0000
committerJohannes Schlüter <johannes@php.net>2009-01-28 22:09:55 +0000
commitfd3942f4ce57de0307b44c9dc5537911d16dcb64 (patch)
treea0950ffa4c6d03c65332dc7a6b58e70cebf5f398 /main
parent42023008b9fa0f7aee0ca8ce2115ebaf6cfd0743 (diff)
downloadphp-git-fd3942f4ce57de0307b44c9dc5537911d16dcb64.tar.gz
Back to -dev
Diffstat (limited to 'main')
-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 dd006ad663..3ff03e130e 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "beta1"
-#define PHP_VERSION "5.3.0beta1"
+#define PHP_EXTRA_VERSION "beta2-dev"
+#define PHP_VERSION "5.3.0beta2-dev"
#define PHP_VERSION_ID 50300