Skip to content

Commit c3155db

Browse files
author
Jan Wilmans
committed
release 1.9.0.28
1 parent c0e926e commit c3155db

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

application/DbgMsgSrc/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ target_link_libraries(${PROJECT_NAME}
1717
target_include_directories(${PROJECT_NAME} PUBLIC
1818
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include>
1919
)
20+
21+
# not part of the release?
22+
#install(TARGETS ${PROJECT_NAME} DESTINATION bin)

application/DebugViewpp/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ target_link_libraries(Debugviewpp
3838
fmt::fmt
3939
)
4040

41-
install(TARGETS Debugviewpp RUNTIME DESTINATION bin)
41+
install(TARGETS Debugviewpp DESTINATION bin)
4242

4343
target_include_directories(Debugviewpp PUBLIC
4444
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include>

application/DebugViewpp/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define VERSION 1,9,0,24
2-
#define VERSION_STR "1.9.0.24"
1+
#define VERSION 1,9,0,28
2+
#define VERSION_STR "1.9.0.28"

application/DebugViewpp/version.wxi

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<?define ProductVersion.Major="1" ?>
44
<?define ProductVersion.Minor="9" ?>
55
<?define ProductVersion.Revision="0" ?>
6-
<?define ProductVersion.Build="24" ?>
7-
<?define ProductVersion="1.9.0.24" ?>
6+
<?define ProductVersion.Build="28" ?>
7+
<?define ProductVersion="1.9.0.28" ?>
88
</Include>

0 commit comments

Comments
 (0)