Skip to content

Commit

Permalink
Version 42.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cvuchener committed Sep 24, 2023
1 parent 30bf868 commit e345a4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### Version 42.1.0 Patch Notes

***
- added memory layouts for 50.10
- added support for native Linux versions
- fixed activity event id
- removed support for Windows versions running in Wine on Linux

### Version 42.0.2 Patch Notes

***
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if(CMAKE_COMPILER_IS_GNUCC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
endif()

set(DT_VERSION "42.0.2")
set(DT_VERSION "42.1.0")
if(${DT_VERSION} MATCHES "^([0-9]+)\\.([0-9]+)\\.([0-9]+)(-(.*))?$")
set(DT_VERSION_MAJOR ${CMAKE_MATCH_1})
set(DT_VERSION_MINOR ${CMAKE_MATCH_2})
Expand Down
2 changes: 1 addition & 1 deletion lnp/manifest.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Multiple authors",
"content_version": "@DT_VERSION@",
"df_min_version": "0.50.04",
"df_max_version": "0.50.09",
"df_max_version": "0.50.10",
"title": "Dwarf Therapist",
"tooltip": "Makes managing your dwarves' jobs and psychology easy! (NB - DFHack \"labormanager\" must be disabled).",
"win_exe": "DwarfTherapist.exe",
Expand Down

0 comments on commit e345a4d

Please sign in to comment.