Skip to content

Commit 1eab4e0

Browse files
clanmillspiponazo
authored andcommitted
Update platform/ReadMe.txt
1 parent 8c8a63c commit 1eab4e0

File tree

6 files changed

+20
-21
lines changed

6 files changed

+20
-21
lines changed

releasenotes/CYGWIN/ReadMe.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
CYGWIN Exiv2 v0.27.1 Release Bundle
2-
-----------------------------------
1+
CYGWIN Exiv2 v0.27.2-RC1 Bundle
2+
-------------------------------
33

44
Structure of the bundle:
55
------------------------

releasenotes/Darwin/ReadMe.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
MacOS-X (Darwin) Exiv2 v0.27.1 Release Bundle
2-
---------------------------------------------
1+
MacOS-X (Darwin) Exiv2 v0.27.2-RC1 Bundle
2+
-----------------------------------------
33

44
Structure of the bundle
55
-----------------------
66

77
bin/exiv2 exiv2 and sample applications
8-
lib/libexiv2.0.27.1.0.dylib & libexiv2-xmp.a libraries
8+
lib/libexiv2.0.27.2.1.dylib & libexiv2-xmp.a libraries
99
lib/pkgconfig/exiv2.pc pkg-config file
1010
lib/cmake/exiv2 CMake support/consume files
1111
include/exiv2/ include files
@@ -40,7 +40,7 @@ To compile and link your own code using installed library and include files
4040
Method 1: Explicitly set include and linking options
4141
$ g++ -std=c++98 samples/exifprint.cpp -I/usr/local/include -L/usr/local/lib -lexiv2 -o exifprint
4242
$ ./exifprint --version
43-
exiv2=0.27.1
43+
exiv2=0.27.2
4444
...
4545
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
4646
$

releasenotes/Linux/ReadMe.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Linux Exiv2 v0.27.1 Release Bundle
2-
----------------------------------
1+
Linux Exiv2 v0.27.2-RC1 Bundle
2+
------------------------------
33

44
Structure of the bundle:
55
------------------------
66

77
bin/exiv2 exiv2 and sample applications
8-
lib/libexiv2.so.0.27.1.0 & libexiv2-xmp.a libraries
8+
lib/libexiv2.so.0.27.2.1 & libexiv2-xmp.a libraries
99
lib/pkgconfig/exiv2.pc pkg-config file
1010
lib/cmake/exiv2 CMake support/consume files
1111
include/exiv2/ include files
@@ -42,7 +42,7 @@ $ cd <bundle>
4242
$ g++ -std=c++98 samples/exifprint.cpp -I/usr/local/include -L/usr/local/lib -lexiv2 -o exifprint
4343
$ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
4444
$ ./exifprint --version
45-
exiv2=0.27.1
45+
exiv2=0.27.2
4646
...
4747
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
4848
$

releasenotes/MinGW/ReadMe.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
MinGW/msys2 Exiv2 v0.27.1 Release Bundle
2-
----------------------------------------
1+
MinGW/msys2 Exiv2 v0.27.2-RC1 Bundle
2+
------------------------------------
33

44
Structure of the bundle:
55
------------------------
@@ -45,7 +45,7 @@ $ cd <bundle>
4545
$ g++ -std=c++98 samples/exifprint.cpp -I/usr/local/include -L/usr/local/lib -lexiv2 -o exifprint
4646
$ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
4747
$ ./exifprint --version
48-
exiv2=0.27.1
48+
exiv2=0.27.2
4949
platform=msys
5050
...
5151
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/

releasenotes/Unix/ReadMe.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Unix Exiv2 v0.27.1 Release Bundle (FreeBSD and NetBSD)
2-
------------------------------------------------------
1+
Unix Exiv2 v0.27.2-RC1 Bundle (FreeBSD and NetBSD)
2+
--------------------------------------------------
33

44
Structure of the bundle:
55
------------------------
66

77
bin/exiv2 exiv2 and sample applications
8-
lib/libexiv2.so.0.27.1.0 & libexiv2-xmp.a libraries
8+
lib/libexiv2.so.0.27.2.1 & libexiv2-xmp.a libraries
99
lib/pkgconfig/exiv2.pc pkg-config file
1010
lib/cmake/exiv2 CMake support/consume files
1111
include/exiv2/ include files
@@ -42,7 +42,7 @@ $ cd <bundle>
4242
$ g++ -std=c++98 samples/exifprint.cpp -I/usr/local/include -L/usr/local/lib -lexiv2 -o exifprint
4343
$ export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
4444
$ ./exifprint --version
45-
exiv2=0.27.1
45+
exiv2=0.27.2
4646
...
4747
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
4848
$

releasenotes/msvc/ReadMe.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
MinGW/msys2 Exiv2 v0.27.1 Release Bundle
2-
Visual Studio 2017 Release DLL Exiv2 v0.27.1 Release Bundle
3-
-----------------------------------------------------------
1+
Visual Studio 2017 Release DLL v0.27.2-RC1 Bundle
2+
-------------------------------------------------
43

54
Structure of the bundle:
65
------------------------
@@ -45,7 +44,7 @@ To compile and link your own code:
4544
c:\> cd <bundle>
4645
<bundle>> cl /EHsc -Iinclude /MD samples\exifprint.cpp /link lib\exiv2.lib
4746
<bundle>> exifprint --version
48-
exiv2=0.27.0
47+
exiv2=0.27.2
4948
...
5049
xmlns=xmpidq:http://ns.adobe.com/xmp/Identifier/qual/1.0/
5150
<bundle>>

0 commit comments

Comments
 (0)