libragephoto 0.4.0 release
- CMakeLists.txt: bump version to 0.4.0 - RagePhoto(A): add headerSum2 for RDR 2 - RagePhotoC: add ragephoto_setphotoheader2() for RDR 2 - RagePhotoTypedefs: remove unnamedSum1, rename unnamedSum2 -> headerSum2 - RagePhotoTypedefs: remove ragephoto_bool_t for bool
This commit is contained in:
parent
3d9d632d7b
commit
4aedd8b869
6 changed files with 157 additions and 155 deletions
|
@ -17,7 +17,7 @@
|
|||
****************************************************************************]]
|
||||
|
||||
cmake_minimum_required(VERSION 3.8)
|
||||
project(ragephoto VERSION 0.3.0 LANGUAGES CXX)
|
||||
project(ragephoto VERSION 0.4.0 LANGUAGES CXX)
|
||||
include(GNUInstallDirs)
|
||||
|
||||
# RagePhoto CMake includes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue