summaryrefslogtreecommitdiffstats
path: root/php_rpminfo.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-18 12:18:29 +0200
committerRemi Collet <remi@remirepo.net>2021-06-18 12:18:29 +0200
commit55668fe2653259743aef7959100b43b58165bdb5 (patch)
tree32464e85ec276be0f45112d5db233b043eaa206d /php_rpminfo.h
parent6fc87efebfae78546e5a8c16b7bfb9ad542f5543 (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 29223aa..ec7f126 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.1"
+#define PHP_RPMINFO_VERSION "0.5.2-dev"
#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)