summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-04-11 15:50:32 +0000
committerWez Furlong <wez@php.net>2002-04-11 15:50:32 +0000
commitccbf1b84ee8975fe3ee6de62baf954554b7ba1a1 (patch)
treef792f50366b828595a259b642cfb0708ea2c5428 /main/php_version.h
parentae37223657d80786156e853e85b6ca86a195a45a (diff)
downloadphp-git-ccbf1b84ee8975fe3ee6de62baf954554b7ba1a1.tar.gz
sync with PHP_MAJOR_VERSION changes to configure.in
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/php_version.h b/main/php_version.h
index acab3c3e30..70294a012d 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -1,3 +1,7 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
+#define PHP_MAJOR_VERSION 4
+#define PHP_MINOR_VERSION 3
+#define PHP_RELEASE_VERSION 0
+#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "4.3.0-dev"