diff --git a/application/DbgMsgSrc/CMakeLists.txt b/application/DbgMsgSrc/CMakeLists.txt index dab7506c..43f08e33 100644 --- a/application/DbgMsgSrc/CMakeLists.txt +++ b/application/DbgMsgSrc/CMakeLists.txt @@ -17,3 +17,6 @@ target_link_libraries(${PROJECT_NAME} target_include_directories(${PROJECT_NAME} PUBLIC $ ) + +# not part of the release? +#install(TARGETS ${PROJECT_NAME} DESTINATION bin) diff --git a/application/DebugViewpp/CMakeLists.txt b/application/DebugViewpp/CMakeLists.txt index 14face30..7e8ae65e 100644 --- a/application/DebugViewpp/CMakeLists.txt +++ b/application/DebugViewpp/CMakeLists.txt @@ -38,7 +38,7 @@ target_link_libraries(Debugviewpp fmt::fmt ) -install(TARGETS Debugviewpp RUNTIME DESTINATION bin) +install(TARGETS Debugviewpp DESTINATION bin) target_include_directories(Debugviewpp PUBLIC $ diff --git a/application/DebugViewpp/version.h b/application/DebugViewpp/version.h index f973b927..45a72400 100644 --- a/application/DebugViewpp/version.h +++ b/application/DebugViewpp/version.h @@ -1,2 +1,2 @@ -#define VERSION 1,9,0,24 -#define VERSION_STR "1.9.0.24" +#define VERSION 1,9,0,28 +#define VERSION_STR "1.9.0.28" diff --git a/application/DebugViewpp/version.wxi b/application/DebugViewpp/version.wxi index f719b7c1..f6b9e5ea 100644 --- a/application/DebugViewpp/version.wxi +++ b/application/DebugViewpp/version.wxi @@ -3,6 +3,6 @@ - - + +