Skip to content

Commit

Permalink
Version 41.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cvuchener committed Nov 8, 2019
1 parent 0f2cde0 commit c5b4f04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
@@ -1,3 +1,12 @@
### Version 41.1.1 Patch Notes

***
- added papermaker and bookbinder roles
- made race_name invokable from scripts
- fixed weapon columns
- fixed a crash when quitting on macOS.
- fixed a crash when reading invalid language data from DF

### Version 41.1.0 Patch Notes

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

set(DT_VERSION "41.1.0")
set(DT_VERSION "41.1.1")
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

0 comments on commit c5b4f04

Please sign in to comment.