summaryrefslogtreecommitdiffstats
path: root/php_rpminfo.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-12 17:01:45 +0100
committerRemi Collet <remi@remirepo.net>2018-02-12 17:01:45 +0100
commitd36c4f132557a49e62d994c9fcab4d81bb52b88d (patch)
tree71854d2c821af56c2b88d40ba67696e3408b9cbf /php_rpminfo.h
parent72340b6eaaa57e2b28965f8fac5a10328953c339 (diff)
Release 0.2.1v0.2.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 a7cf4bf..6516139 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.2.1-dev"
+#define PHP_RPMINFO_VERSION "0.2.1"
#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)