diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-03 15:29:01 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-03 15:29:01 +0200 |
commit | b9a7178791333b8a45e3cdf84adb459c3ef1a9b7 (patch) | |
tree | b3d02c6618c959717dc9754541eccb292c7d78c7 /php_rpminfo.h | |
parent | 773649c7cfcdcadf6c1d6f0cdfe8c9b6b8b3207b (diff) |
Release 1.1.1v1.1.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 ddc912f..eab272d 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.1.1-dev" +#define PHP_RPMINFO_VERSION "1.1.1" #define PHP_RPMINFO_AUTHOR "Remi Collet" #define PHP_RPMINFO_LICENSE "PHP-3.01" |