From fb1b7c906034fc5f9a7c1d508114a26dbe124323 Mon Sep 17 00:00:00 2001 From: Derick Rethans <derick@php.net> Date: Sun, 12 May 2002 21:23:57 +0000 Subject: [PATCH] - Fix version --- configure.in | 2 +- main/php_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 9812d2df7b..8790145329 100644 --- a/configure.in +++ b/configure.in @@ -36,7 +36,7 @@ for arg in $0 "$@"; do done AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(php, 4.2.1RC, nodefine) +AM_INIT_AUTOMAKE(php, 4.2.1, nodefine) AM_CONFIG_HEADER(main/php_config.h) AM_MAINTAINER_MODE diff --git a/main/php_version.h b/main/php_version.h index 4c67085eee..a4a4fe18c7 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,3 +1,3 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ -#define PHP_VERSION "4.2.1RC" +#define PHP_VERSION "4.2.1" -- 2.40.0