summaryrefslogtreecommitdiffstats
path: root/php_rpminfo.h
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-11 07:54:27 +0100
committerRemi Collet <remi@remirepo.net>2020-03-11 07:54:27 +0100
commit32f2f7845a056e87efcac102185e37404bc9c258 (patch)
tree0780afa909d7d412503ea9bd38ebdefbcdd5bf8b /php_rpminfo.h
parent6f54882c20278475e39729cc77095fdf18058f37 (diff)
prepare 0.2.2
Diffstat (limited to 'php_rpminfo.h')
-rw-r--r--php_rpminfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/php_rpminfo.h b/php_rpminfo.h
index e410db1..f8a8ee4 100644
--- a/php_rpminfo.h
+++ b/php_rpminfo.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
- | Copyright (c) 2018 The PHP Group |
+ | Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -22,7 +22,7 @@
extern zend_module_entry rpminfo_module_entry;
#define phpext_rpminfo_ptr &rpminfo_module_entry
-#define PHP_RPMINFO_VERSION "0.2.2-dev"
+#define PHP_RPMINFO_VERSION "0.2.2"
#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)