diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-12 11:05:56 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-12 11:05:56 +0100 |
commit | 18d4dffda3bcd4f2b1ccc4bbd6f4a2ee9ef8117b (patch) | |
tree | 229b57f8fc6fab259f0317322fd105d0085eb534 /php_rpminfo.h | |
parent | 64a01c0bbee5020a1945a1545500df76e284556d (diff) |
Release 0.3.0v0.3.0
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 d91f9f1..18285f0 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 "0.3.0-dev" +#define PHP_RPMINFO_VERSION "0.3.0" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |