summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2005-08-09 05:40:56 +0000
committerAndi Gutmans <andi@php.net>2005-08-09 05:40:56 +0000
commiteeecc8a015fe11d2cce5ab10d3e9e46a79d91d13 (patch)
treec91fc2e68487136ea66913dc59294d7b9dac0568 /main/php_version.h
parent01d8e59d3bbf9d7f0e874fefc4929549f1d13449 (diff)
downloadphp-git-eeecc8a015fe11d2cce5ab10d3e9e46a79d91d13.tar.gz
- No release today. Found a critical bug...
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 af5afda3ed..eefa06de77 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.1.0RC1"
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.1.0-dev"