From 79e124e1e1c3fecb490de8876f5d9fefca515309 Mon Sep 17 00:00:00 2001 From: Timothy Lyanguzov Date: Wed, 1 Jan 2025 23:15:34 +1300 Subject: [PATCH] Update version to 1.0.3 (#18) --- CMakeLists.txt | 2 +- TinyEXIF.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ba8329..4d55149 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") ################################ diff --git a/TinyEXIF.h b/TinyEXIF.h index b03d36b..a3a878e 100644 --- a/TinyEXIF.h +++ b/TinyEXIF.h @@ -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