1
0
mirror of https://github.com/cdcseacave/TinyEXIF.git synced 2026-07-21 19:23:01 +04:00

Update version to 1.0.3 (#18)

This commit is contained in:
Timothy Lyanguzov
2025-01-01 23:15:34 +13:00
committed by GitHub
parent 7d7a36dae4
commit 79e124e1e1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ find_package(tinyxml2 REQUIRED)
################################
# set lib version here
set(GENERIC_LIB_VERSION "1.0.1")
set(GENERIC_LIB_VERSION "1.0.3")
set(GENERIC_LIB_SOVERSION "1")
################################
+1 -1
View File
@@ -40,7 +40,7 @@
#define TINYEXIF_MAJOR_VERSION 1
#define TINYEXIF_MINOR_VERSION 0
#define TINYEXIF_PATCH_VERSION 1
#define TINYEXIF_PATCH_VERSION 3
#ifdef _MSC_VER
# ifdef TINYEXIF_EXPORT