summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-05-28 09:36:28 +0200
committerJoe Watkins <krakjoe@php.net>2019-05-28 09:36:28 +0200
commit835993236936bb4791ba0a705382072e65e1219a (patch)
tree1bcd80ab7cf585cd859cc6053aeefbbdaba7bedc /main/php_version.h
parentc34895e837b50213c2bb201c612904342d2bd216 (diff)
downloadphp-git-PHP-7.1.30.tar.gz
set versions for releasephp-7.1.30PHP-7.1.30
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 4883bf1c9e..12f526f926 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 29
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.29-dev"
-#define PHP_VERSION_ID 70129
+#define PHP_RELEASE_VERSION 30
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.1.30"
+#define PHP_VERSION_ID 70130