summaryrefslogtreecommitdiffstats
path: root/php_rpminfo.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-26 13:30:51 +0100
committerRemi Collet <remi@remirepo.net>2018-01-26 13:30:51 +0100
commitcf809b71d4344aeb93378a577abc1ea18a3df323 (patch)
treeb61266f1b0e8c5ecf0667ca9aecc5221f46b521b /php_rpminfo.h
parent5aedac010fa0ec10e31ee39c81688830d1e0e3ea (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 cf61e1d..fa66612 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.1"
+#define PHP_RPMINFO_VERSION "0.1.2-dev"
#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)