summaryrefslogtreecommitdiffstats
path: root/php_rpminfo.h
diff options
context:
space:
mode:
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 2ba34ea..29223aa 100644
--- a/php_rpminfo.h
+++ b/php_rpminfo.h
@@ -1,6 +1,6 @@
/*
+----------------------------------------------------------------------+
- | PHP Version 7 |
+ | rpminfo extension for PHP |
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
@@ -22,7 +22,7 @@
extern zend_module_entry rpminfo_module_entry;
#define phpext_rpminfo_ptr &rpminfo_module_entry
-#define PHP_RPMINFO_VERSION "0.5.1-dev"
+#define PHP_RPMINFO_VERSION "0.5.1"
#ifdef PHP_WIN32
# define PHP_RPMINFO_API __declspec(dllexport)