summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2013-07-18 16:37:33 +0200
committerJulien Pauli <jpauli@php.net>2013-07-18 16:37:33 +0200
commit2c9b4e87a0bf3890a3f12d9929123f4e49d0b1f5 (patch)
tree25ba5309cd70fdc9b50c1271bb8dc3684b36812e
parentd8dd4d9b026b82d11c3623891b5114af76054e59 (diff)
downloadphp-git-2c9b4e87a0bf3890a3f12d9929123f4e49d0b1f5.tar.gz
Prepare files for 5.5.1php-5.5.1
-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 f3a262262a..7a9c75357a 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=1
-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 d4d4fe05eb..cf17644d07 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 1
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.1-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.5.1"
#define PHP_VERSION_ID 50501