summaryrefslogtreecommitdiffstats
path: root/php_rpminfo.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-26 11:58:53 +0100
committerRemi Collet <remi@remirepo.net>2018-01-26 11:58:53 +0100
commit70afefed1c8156cff03e254ab4a20cff955007e4 (patch)
tree507711a0d7cae9d622d6a627d92b71bbadf7d533 /php_rpminfo.h
parenta6b4789761534b572853c023954038d75c55725e (diff)
release 0.1.1v0.1.1
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 b87b9f0..cf61e1d 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-dev"
+#define PHP_RPMINFO_VERSION "0.1.1"
#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)