From ec6c806717bacae7481d5742c2fd15f337e422e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= Date: Tue, 16 May 2023 15:50:19 +0200 Subject: [PATCH] Fix MinGW shared library name in readme --- releasenotes/MinGW/ReadMe.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/MinGW/ReadMe.txt b/releasenotes/MinGW/ReadMe.txt index 51aca2c0..4f7586ef 100644 --- a/releasenotes/MinGW/ReadMe.txt +++ b/releasenotes/MinGW/ReadMe.txt @@ -13,7 +13,7 @@ COPYING GPLv2.0 Software License Deliverable Location ----------- -------- exiv2 and sample applications bin/exiv2.exe -shared library bin/exiv2-@VN@.dll +shared library bin/libexiv2.dll import library lib/libexiv2.dll.a CMake support/consume files lib/cmake/exiv2 pkg-config file lib/pkgconfig/exiv2.pc