diff --git a/.gitignore b/.gitignore
index c21ce4b..093b5f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,9 @@
.deps
+*.dep
*.lo
*.la
.libs
+sendpackagist
Makefile
Makefile.fragments
Makefile.global
@@ -19,6 +21,7 @@ config.nice
config.status
config.sub
configure
+configure~
configure.in
configure.ac
install-sh
diff --git a/package.xml b/package.xml
index 873da33..b5fdde2 100644
--- a/package.xml
+++ b/package.xml
@@ -20,18 +20,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
mg@iceni.pl
yes
- 2020-04-24
+ 2025-09-17
- 1.4.1dev
+ 1.4.1
1.2.0
stable
stable
- PHP License
+ PHP-3.01
--
+- functions and constants from stub
diff --git a/php_xattr.h b/php_xattr.h
index 779a66f..83c3425 100644
--- a/php_xattr.h
+++ b/php_xattr.h
@@ -21,7 +21,7 @@
extern zend_module_entry xattr_module_entry;
#define phpext_xattr_ptr &xattr_module_entry
-#define PHP_XATTR_VERSION "1.4.1-dev"
+#define PHP_XATTR_VERSION "1.4.1"
#ifdef PHP_WIN32
#define PHP_XATTR_API __declspec(dllexport)