summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-01-28 10:43:42 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-01-28 11:17:30 +0100
commit3c2e1b6bd51978dcb4c7c2d5946dd37115e7b575 (patch)
treef3a2f5938b0a2599323b633d53671c4cb12a8803 /main/php.h
parente916a234be3015392313e274f783e4565da2f70c (diff)
downloadphp-git-3c2e1b6bd51978dcb4c7c2d5946dd37115e7b575.tar.gz
Bump API numbers
These are of course not the final API numbers, but let's make sure they differ from the 7.4 branch for now.
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index 1c07d6eedc..5a8b2b7ff9 100644
--- a/main/php.h
+++ b/main/php.h
@@ -24,7 +24,7 @@
#include <dmalloc.h>
#endif
-#define PHP_API_VERSION 20180731
+#define PHP_API_VERSION 20190128
#define PHP_HAVE_STREAMS
#define YYDEBUG 0
#define PHP_DEFAULT_CHARSET "UTF-8"