From 4dc641e3f503158c3b2553b67aed075daaf8d495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schl=C3=BCter?= Date: Wed, 16 Feb 2011 20:21:45 +0000 Subject: [PATCH] Remove dash --- main/php_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/php_version.h b/main/php_version.h index 6f0cd491786..f97e641dacd 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