summaryrefslogtreecommitdiffstats
path: root/php_rpminfo.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-18 15:53:38 +0100
committerRemi Collet <remi@remirepo.net>2020-03-18 15:53:38 +0100
commit5c0fde6d380399a5115320e3a7855cf6c7abb540 (patch)
tree49cb67d0e24ee99f870696fbd704d45471374d98 /php_rpminfo.h
parent4e54b03e8435060c7806ddf9937dbcb91208d0a7 (diff)
Back to dev
Diffstat (limited to 'php_rpminfo.h')
-rw-r--r--php_rpminfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_rpminfo.h b/php_rpminfo.h
index 8431e5d..4fbe8af 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.4.1"
+#define PHP_RPMINFO_VERSION "0.4.2-dev"
#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)