diff --git a/Makefile.in b/Makefile.in
index ebc0d26..3bc0075 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,7 +3,7 @@
#
# https://www.msweet.org/mxml
#
-# Copyright © 2003-2024 by Michael R Sweet.
+# Copyright © 2003-2025 by Michael R Sweet.
#
# Licensed under Apache License v2.0. See the file "LICENSE" for more
# information.
@@ -175,9 +175,14 @@ all: $(TARGETS)
clean:
echo Cleaning build files...
$(RM) $(OBJS) $(ALLTARGETS)
- $(RM) mxml4.dll
- $(RM) mxml4.lib
+ $(RM) libmxml.a
+ $(RM) libmxml.dll
+ $(RM) libmxml.so
+ $(RM) libmxml.so.2
+ $(RM) libmxml.2.dylib
+ $(RM) libmxml.dylib
$(RM) libmxml4.a
+ $(RM) libmxml4.dll
$(RM) libmxml4.so
$(RM) libmxml4.so.2
$(RM) libmxml4.2.dylib
@@ -299,6 +304,10 @@ uninstall-libmxml.a:
echo Uninstalling libmxml.a from $(BUILDROOT)$(libdir)...
$(RM) $(BUILDROOT)$(libdir)/libmxml.a
+uninstall-libmxml.dll:
+ echo Uninstalling libmxml.dll from $(BUILDROOT)$(bindir)...
+ $(RM) $(BUILDROOT)$(bindir)/libmxml.dll
+
uninstall-libmxml.so.2:
echo Uninstalling libmxml.so from $(BUILDROOT)$(libdir)...
$(RM) $(BUILDROOT)$(libdir)/libmxml.so
@@ -314,6 +323,10 @@ uninstall-libmxml4.a:
echo Uninstalling libmxml4.a from $(BUILDROOT)$(libdir)...
$(RM) $(BUILDROOT)$(libdir)/libmxml4.a
+uninstall-libmxml4.dll:
+ echo Uninstalling libmxml4.dll from $(BUILDROOT)$(bindir)...
+ $(RM) $(BUILDROOT)$(bindir)/libmxml4.dll
+
uninstall-libmxml4.so.2:
echo Uninstalling libmxml4.so from $(BUILDROOT)$(libdir)...
$(RM) $(BUILDROOT)$(libdir)/libmxml4.so
diff --git a/doc/body.md b/doc/body.md
index 50bb426..e863aff 100644
--- a/doc/body.md
+++ b/doc/body.md
@@ -1,7 +1,7 @@
---
title: Mini-XML 4.0 Programming Manual
author: Michael R Sweet
-copyright: Copyright © 2003-2024, All Rights Reserved.
+copyright: Copyright © 2003-2025, All Rights Reserved.
version: 4.0
...
diff --git a/vcnet/libmxml4_native.nuspec b/vcnet/libmxml4_native.nuspec
index d10c2c5..b4781fa 100644
--- a/vcnet/libmxml4_native.nuspec
+++ b/vcnet/libmxml4_native.nuspec
@@ -13,7 +13,7 @@
false
Small XML File Parsing Library
Mini-XML is a small XML parsing library that you can use to read XML data files or strings in your application without requiring large non-standard libraries.
- Copyright © 2003-2024 by Michael R Sweet
+ Copyright © 2003-2025 by Michael R Sweet
xml
diff --git a/vcnet/libmxml4_native.redist.nuspec b/vcnet/libmxml4_native.redist.nuspec
index b0c91d8..2541696 100644
--- a/vcnet/libmxml4_native.redist.nuspec
+++ b/vcnet/libmxml4_native.redist.nuspec
@@ -13,7 +13,7 @@
false
Redistributable components for package 'libmxml2_native'. This package should only be installed as a dependency.
Mini-XML is a small XML parsing library that you can use to read XML data files or strings in your application without requiring large non-standard libraries. This package provides the redistributable content for Mini-XML.
- Copyright © 2003-2024 by Michael R Sweet
+ Copyright © 2003-2025 by Michael R Sweet
xml