diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-13 14:45:37 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-13 14:45:37 +0200 |
commit | be629440a6bb68ea899d666d1faf706c66894823 (patch) | |
tree | 36ff8596c93715dc38eafb18e523e9d8639b7ade /php_rpminfo.h | |
parent | 6bf51c5b1d4250b28d8fd09e43504b482f6d8ed2 (diff) |
Release 1.0.1v1.0.1
Diffstat (limited to 'php_rpminfo.h')
-rw-r--r-- | php_rpminfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php_rpminfo.h b/php_rpminfo.h index 690aa98..e8ad1a6 100644 --- a/php_rpminfo.h +++ b/php_rpminfo.h @@ -22,7 +22,7 @@ extern zend_module_entry rpminfo_module_entry; #define phpext_rpminfo_ptr &rpminfo_module_entry -#define PHP_RPMINFO_VERSION "1.0.1-dev" +#define PHP_RPMINFO_VERSION "1.0.1" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |