We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6734b11 commit b0177d3Copy full SHA for b0177d3
Zend/zend.h
@@ -20,7 +20,7 @@
20
#ifndef ZEND_H
21
#define ZEND_H
22
23
-#define ZEND_VERSION "3.3.0-dev"
+#define ZEND_VERSION "3.3.1-dev"
24
25
#define ZEND_ENGINE_3
26
main/php_version.h
@@ -2,7 +2,7 @@
2
/* edit configure.ac to change version number */
3
#define PHP_MAJOR_VERSION 7
4
#define PHP_MINOR_VERSION 3
5
-#define PHP_RELEASE_VERSION 0
+#define PHP_RELEASE_VERSION 1
6
#define PHP_EXTRA_VERSION "-dev"
7
-#define PHP_VERSION "7.3.0-dev"
8
-#define PHP_VERSION_ID 70300
+#define PHP_VERSION "7.3.1-dev"
+#define PHP_VERSION_ID 70301
0 commit comments