summaryrefslogtreecommitdiffstats
path: root/php_rpminfo.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-07 09:45:12 +0200
committerRemi Collet <remi@remirepo.net>2020-04-07 09:45:12 +0200
commit09130372237e9f52749a3bc73963158806113e01 (patch)
tree8d56cc0dfd60e6bf78f94f1b5f6ed0c75743f6f5 /php_rpminfo.h
parentbaf912d23ef8e94a054026027c493f3cb09175ee (diff)
Release 0.5.0v0.5.0
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 87db8e9..114a248 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.5.0-dev"
+#define PHP_RPMINFO_VERSION "0.5.0"
#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)