Set version to 2.7 in CMakeLists.txt

This commit is contained in:
Stephen Seo 2024-11-12 15:03:21 +09:00
parent 8c6561cbef
commit c1021b9943

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.7) cmake_minimum_required(VERSION 3.7)
project(AnotherMemCheck) project(AnotherMemCheck)
set(AnotherMemCheck_VERSION 2.5) set(AnotherMemCheck_VERSION 2.7)
set(AnotherMemCheck_SOVERSION 2) set(AnotherMemCheck_SOVERSION 2)
set(AnotherMemCheck_SOURCES set(AnotherMemCheck_SOURCES