summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2011-02-16 20:21:45 +0000
committerJohannes Schlüter <johannes@php.net>2011-02-16 20:21:45 +0000
commit4dc641e3f503158c3b2553b67aed075daaf8d495 (patch)
tree1bfb6f5928d2de2b3f9422d6219460d7e4cd71ff
parent02d03711ec9325c106dc5fe8b3aab9ef03bbe8f8 (diff)
downloadphp-git-4dc641e3f503158c3b2553b67aed075daaf8d495.tar.gz
Remove dash
-rw-r--r--main/php_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 6f0cd49178..f97e641dac 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -4,5 +4,5 @@
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 6
#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.3.6-RC1"
+#define PHP_VERSION "5.3.6RC1"
#define PHP_VERSION_ID 50306