summaryrefslogtreecommitdiffstats
path: root/php_rpminfo.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-12 12:48:34 +0200
committerRemi Collet <remi@php.net>2023-10-12 12:48:34 +0200
commit9104d986ab93577575eab6cc7c750b1adb84b46a (patch)
tree9fba62d46982147576c44989ee802d60431f34e2 /php_rpminfo.h
parent858524052cd950ffe79d40464df8a83cedf19776 (diff)
implement rpm stream wrapper
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 2ba4727..7df010e 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.7.1-dev"
+#define PHP_RPMINFO_VERSION "0.8.0-dev"
#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)