summaryrefslogtreecommitdiffstats
path: root/php_rpminfo.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-08 08:42:24 +0100
committerRemi Collet <remi@remirepo.net>2018-02-08 08:42:24 +0100
commit912e8db21a024ab2c61fd97ab97f5171e56b50d1 (patch)
treebde21537c1831e18afbc59c767b407231ec3f780 /php_rpminfo.h
parent6055e3d8722c85e5b6a158e45ff831cf8046887a (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 0510690..f769db7 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.1.2"
+#define PHP_RPMINFO_VERSION "0.1.3-dev"
#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)