Skip to content

Commit b9fb37a

Browse files
committed
Release r7
1 parent 3157310 commit b9fb37a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project (DelogoHD)
33
file(GLOB API_FILES ${PROJECT_SOURCE_DIR}/*_interface.cpp)
44
file(GLOB CORE_FILES ${PROJECT_SOURCE_DIR}/delogo_engine.*.cpp)
55
add_library(DelogoHD SHARED ${API_FILES} ${CORE_FILES} version.rc)
6-
set (VERSION "r6")
6+
set (VERSION "r7")
77
configure_file (
88
"${PROJECT_SOURCE_DIR}/version.hpp.in"
99
"${PROJECT_SOURCE_DIR}/version.hpp"

0 commit comments

Comments
 (0)