summaryrefslogtreecommitdiffstats
path: root/php_rpminfo.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-12 15:58:05 +0200
committerRemi Collet <remi@php.net>2023-10-12 15:58:05 +0200
commit5c46ad0677ddc2c4462191aa5a2ac7d129413997 (patch)
tree6e8a4bc0f982c3357faeea57121a51fd86e9f1a2 /php_rpminfo.h
parent4e8551c4874d7bb1d6676dfb309cc77da59843ef (diff)
Release 1.0.0
Promoted to 1.0.0 as everything planed is implemented
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 7df010e..bdb3656 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.8.0-dev"
+#define PHP_RPMINFO_VERSION "1.0.0"
#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)