summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-07-13 12:59:59 +0000
committerDerick Rethans <derick@php.net>2004-07-13 12:59:59 +0000
commitaa72ed1ce7b69a8115cda48dec85e8cb8f73165c (patch)
treee2d3f85202837551289cd93006ae83f6b299efbd
parenta64b0ae39d9adbd20611c64aa28021d2e71f7550 (diff)
downloadphp-git-aa72ed1ce7b69a8115cda48dec85e8cb8f73165c.tar.gz
- Fixed typo
-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 a04f17ea98..a62ef6d178 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 4
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 8
-#define PHP_EXTRA_VERSION "-dev
-#define PHP_VERSION "4.3.8-dev
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.3.8-dev"