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