summaryrefslogtreecommitdiffstats
path: root/php_rpminfo.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-07 09:50:42 +0200
committerRemi Collet <remi@remirepo.net>2020-04-07 09:50:42 +0200
commit05cc36d82e2783bbbf0e20ca4863346c56bb11d1 (patch)
tree19af118e7084ef7807bfa05d5352edd36d1d263b /php_rpminfo.h
parent09130372237e9f52749a3bc73963158806113e01 (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 114a248..2ba34ea 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.5.0"
+#define PHP_RPMINFO_VERSION "0.5.1-dev"
#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)