summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-06-25 15:06:23 +0200
committerJulien Pauli <jpauli@php.net>2014-06-25 15:06:23 +0200
commitf444b33ee87d3745c3cea948549ec9ed07c8c9c4 (patch)
tree0614e82be03e859354af6d25101fa541cfb0352c
parentbd4b9f35fff9ed4d8db93371eedbaf921443c377 (diff)
downloadphp-git-PHP-5.5.14.tar.gz
Prepare 5.5.14php-5.5.14PHP-5.5.14
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 94c8b2a0fa..e2da55ba47 100644
--- a/configure.in
+++ b/configure.in
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=5
PHP_RELEASE_VERSION=14
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION=""
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
diff --git a/main/php_version.h b/main/php_version.h
index f435a2c9f4..5287017865 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 5
#define PHP_RELEASE_VERSION 14
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.5.14RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.5.14"
#define PHP_VERSION_ID 50514