summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2013-11-12 14:55:47 +0100
committerJulien Pauli <jpauli@php.net>2013-11-12 14:55:47 +0100
commit30b617ce39434f1c06361cc0e50cb3fa7e0584d1 (patch)
tree33fa7cc2b48e6234366d65f491b811d3c6f7b943
parent304bff90f42479d412e4124c11803f384cae909d (diff)
downloadphp-git-30b617ce39434f1c06361cc0e50cb3fa7e0584d1.tar.gz
Preparing 5.5.6
-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 7e444b0ac4..0cbb42012f 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=6
-PHP_EXTRA_VERSION="-dev"
+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 2d98a3f807..601e8a80bd 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 6
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.6-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.5.6"
#define PHP_VERSION_ID 50506