summaryrefslogtreecommitdiffstats
path: root/php_rpminfo.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-25 09:48:08 +0100
committerRemi Collet <remi@remirepo.net>2020-03-25 09:48:08 +0100
commit3e69ef1a847841608eacdd8683ff549562be55c4 (patch)
tree505f989d37b69a96552889f9728e81d072479c83 /php_rpminfo.h
parentf41b62d13380c22932a6ce006bc89bb0ee4780bb (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 49415c2..85adeef 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.2"
+#define PHP_RPMINFO_VERSION "0.4.3-dev"
#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)