summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-12-15 06:44:07 +0000
committerAndi Gutmans <andi@php.net>2004-12-15 06:44:07 +0000
commit3fdb372eb677c3e545ddfc585fed636758cfa9d2 (patch)
tree49d808df384650c5a9cb374389e0c04e1759fdf4
parentb73e3e5a604236e38750b0f366ca806ed056e389 (diff)
downloadphp-git-3fdb372eb677c3e545ddfc585fed636758cfa9d2.tar.gz
- Redo 5.0.3
-rw-r--r--NEWS2
-rw-r--r--Zend/zend.h2
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h6
4 files changed, 6 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 4b35d8aba4..8881033e1e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,5 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2005, PHP 5.0.4
-
15 Dec 2004, PHP 5.0.3
- Added the %F modifier to *printf to render a non-locale-aware representation
of a float with the . as decimal seperator. (Derick)
diff --git a/Zend/zend.h b/Zend/zend.h
index f5a81fc85b..4317cf842a 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -22,7 +22,7 @@
#ifndef ZEND_H
#define ZEND_H
-#define ZEND_VERSION "2.0.4-dev"
+#define ZEND_VERSION "2.0.3"
#define ZEND_ENGINE_2
diff --git a/configure.in b/configure.in
index 5f302b4492..43191b2957 100644
--- a/configure.in
+++ b/configure.in
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=5
MINOR_VERSION=0
-RELEASE_VERSION=4
-EXTRA_VERSION="-dev"
+RELEASE_VERSION=3
+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 ebfee22021..121f7f0a90 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,6 +2,6 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.0.4-dev"
+#define PHP_RELEASE_VERSION 3
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.0.3"