automate the release process

This commit is contained in:
Dengke Tang
2023-02-28 16:04:49 -08:00
parent c1512f9c70
commit b5fec52be1
2 changed files with 48 additions and 1 deletions
+3 -1
View File
@@ -263,6 +263,8 @@ static PHP_GINIT_FUNCTION(awscrt) {
awscrt_globals->log_level = 0;
}
#define CRT_VERSION “0.1.0”
zend_module_entry awscrt_module_entry = {
STANDARD_MODULE_HEADER,
"awscrt",
@@ -272,7 +274,7 @@ zend_module_entry awscrt_module_entry = {
NULL, /* RINIT */
NULL, /* RSHUTDOWN */
NULL, /* MINFO */
NO_VERSION_YET,
CRT_VERSION,
PHP_MODULE_GLOBALS(awscrt),
PHP_GINIT(awscrt),
NULL, /* GSHUTDOWN */