From: Ferenc Kovacs Date: Wed, 27 Aug 2014 01:52:46 +0000 (+0200) Subject: remove the -dev suffix from the Zend version X-Git-Tag: php-5.6.1RC1~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86b2d7b5234a88eac13c1d89b48d02c9ddbaa345;p=php remove the -dev suffix from the Zend version --- diff --git a/Zend/zend.h b/Zend/zend.h index 9e79833cd7..f81e859fe7 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -22,7 +22,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "2.6.0-dev" +#define ZEND_VERSION "2.6.0" #define ZEND_ENGINE_2