diff options
| author | Derick Rethans <derick@php.net> | 2005-10-26 07:58:24 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2005-10-26 07:58:24 +0000 |
| commit | d4eb802dcbbd038e471363394ad7f9c0adee0684 (patch) | |
| tree | 2981eb4ec637f5f118736b0e0e8ab116f9dea9e7 | |
| parent | 9f35aed8f2c6b1ec81085301d2afc9eaa331c4ba (diff) | |
| download | php-git-d4eb802dcbbd038e471363394ad7f9c0adee0684.tar.gz | |
- Go with PHP 4.4.1 - release on Monday.
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | main/php_version.h | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? Oct 2005, Version 4.4.1 +31 Oct 2005, Version 4.4.1 - Fixed a memory corruption bug regarding included files. (Derick) - Fixed bug #34850 (--program-suffix and --program-prefix not included in man page names). (Jani) diff --git a/configure.in b/configure.in index dcff3f1522..1c33695549 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=4 RELEASE_VERSION=1 -EXTRA_VERSION="RC2-dev" +EXTRA_VERSION="" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/main/php_version.h b/main/php_version.h index 840db5cf27..07a69c77af 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 1 -#define PHP_EXTRA_VERSION "RC2-dev" -#define PHP_VERSION "4.4.1RC2-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "4.4.1" |
