summaryrefslogtreecommitdiffstats
path: root/php_rpminfo.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-26 08:55:06 +0100
committerRemi Collet <remi@remirepo.net>2018-01-26 08:55:06 +0100
commit9c152511a76c8da0155c7b3ed96f66b0c7956d4d (patch)
treea2cfdc2c3c9e071a75e8417b3c646679e74dfb5e /php_rpminfo.h
parent1302bb81b72570ed8896846d3041ab8829dc9036 (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 370fdd5..2caee6b 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.0"
+#define PHP_RPMINFO_VERSION "0.1.1-dev"
#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)