summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-08-17 14:04:09 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-08-17 14:04:09 +0000
commitd7209229a3d37b0bd9bbe51fce9897ce5714a0f4 (patch)
tree975ddf050327c6d169269f676aff773a464eb1ca /main/php_version.h
parentc7d83d7ba3588255bac681773bd8314403cae28b (diff)
downloadphp-git-d7209229a3d37b0bd9bbe51fce9897ce5714a0f4.tar.gz
Back to dev
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 7449237e41..e0b89d9e89 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.2.0RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.2.0RC3-dev"
#define PHP_VERSION_ID 50200