Skip to content

Commit

Permalink
release 1.9.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wilmans committed Feb 24, 2024
1 parent c0e926e commit c3155db
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions application/DbgMsgSrc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ target_link_libraries(${PROJECT_NAME}
target_include_directories(${PROJECT_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include>
)

# not part of the release?
#install(TARGETS ${PROJECT_NAME} DESTINATION bin)
2 changes: 1 addition & 1 deletion application/DebugViewpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include>
Expand Down
4 changes: 2 additions & 2 deletions application/DebugViewpp/version.h
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions application/DebugViewpp/version.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<?define ProductVersion.Major="1" ?>
<?define ProductVersion.Minor="9" ?>
<?define ProductVersion.Revision="0" ?>
<?define ProductVersion.Build="24" ?>
<?define ProductVersion="1.9.0.24" ?>
<?define ProductVersion.Build="28" ?>
<?define ProductVersion="1.9.0.28" ?>
</Include>

0 comments on commit c3155db

Please sign in to comment.