diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-10 08:35:39 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-10 08:35:39 +0100 |
commit | 0a9b035bee3515e9e395e0df9b624503781068e6 (patch) | |
tree | 83a2549f3a27b7418802fdcbda3b7feda3dd7d90 /php_rpminfo.h | |
parent | ba8ff7f35e870a10bb0bd68b3ba0ec9ab43b8576 (diff) |
new function: rpmgetsymlink(string $path, string $name): ?string
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 45cc30b..eaf7451 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.2-dev" +#define PHP_RPMINFO_VERSION "1.1.0-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |