diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-26 13:30:51 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-26 13:30:51 +0100 |
commit | cf809b71d4344aeb93378a577abc1ea18a3df323 (patch) | |
tree | b61266f1b0e8c5ecf0667ca9aecc5221f46b521b /php_rpminfo.h | |
parent | 5aedac010fa0ec10e31ee39c81688830d1e0e3ea (diff) |
back to dev
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 cf61e1d..fa66612 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.1.1" +#define PHP_RPMINFO_VERSION "0.1.2-dev" #ifdef PHP_WIN32 # define PHP_RPMINFO_API __declspec(dllexport) |