From a37b138d7c9f4b47bd1fde2670a9391f15e54cca Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Mon, 2 Oct 2000 15:12:47 +0000 Subject: [PATCH] - Darn file is needed for Windows. Maybe it should be called php_version.w32.h? --- main/php_version.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 main/php_version.h diff --git a/main/php_version.h b/main/php_version.h new file mode 100644 index 0000000000..4065a40092 --- /dev/null +++ b/main/php_version.h @@ -0,0 +1,3 @@ +/* automatically generated by configure */ +/* edit configure.in to change version number */ +#define PHP_VERSION "4.0.3RC1" -- 2.50.1