aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/nuget/pugixml.nuspec2
-rw-r--r--scripts/pugixml_dll.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/nuget/pugixml.nuspec b/scripts/nuget/pugixml.nuspec
index 4b74991..cc03621 100644
--- a/scripts/nuget/pugixml.nuspec
+++ b/scripts/nuget/pugixml.nuspec
@@ -14,7 +14,7 @@ pugixml is used by a lot of projects, both open-source and proprietary, for perf
This package contains builds for VS2013, VS2015, VS2017, VS2019 and VS2022, for both statically linked and DLL CRT; you can switch the CRT linkage in Project -> Properties -> Referenced Packages -> pugixml.</description>
<summary>Light-weight, simple and fast XML parser for C++ with XPath support</summary>
<releaseNotes>https://pugixml.org/docs/manual.html#changes</releaseNotes>
- <copyright>Copyright (c) 2006-2023 Arseny Kapoulkine</copyright>
+ <copyright>Copyright (c) 2006-2024 Arseny Kapoulkine</copyright>
<tags>native nativepackage</tags>
</metadata>
</package>
diff --git a/scripts/pugixml_dll.rc b/scripts/pugixml_dll.rc
index e020b54..17fe89e 100644
--- a/scripts/pugixml_dll.rc
+++ b/scripts/pugixml_dll.rc
@@ -31,7 +31,7 @@ BEGIN
VALUE "FileDescription", "pugixml library\0"
VALUE "FileVersion", PUGIXML_VERSION_NUMBER
VALUE "InternalName", "pugixml.dll\0"
- VALUE "LegalCopyright", "Copyright (C) 2006-2023, by Arseny Kapoulkine\0"
+ VALUE "LegalCopyright", "Copyright (C) 2006-2024, by Arseny Kapoulkine\0"
VALUE "OriginalFilename", "pugixml.dll\0"
VALUE "ProductName", "pugixml\0"
VALUE "ProductVersion", PUGIXML_VERSION_NUMBER