File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cmake_policy(SET CMP0074 NEW)
77
88# set up versioning.
99set (DF_VERSION "52.03" )
10- set (DFHACK_RELEASE "r1" )
10+ set (DFHACK_RELEASE "r1.1 " )
1111set (DFHACK_PRERELEASE FALSE )
1212
1313set (DFHACK_VERSION "${DF_VERSION} -${DFHACK_RELEASE} " )
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ Template for new versions:
3535## Documentation
3636
3737## API
38- - Added GUI focus strings for new_arena: ``/Loading`` and ``/Mods``
3938
4039## Lua
4140
@@ -56,6 +55,24 @@ Template for new versions:
5655
5756## New Features
5857
58+ ## Fixes
59+
60+ ## Misc Improvements
61+
62+ ## Documentation
63+
64+ ## API
65+
66+ ## Lua
67+
68+ ## Removed
69+
70+ # 52.03-r1.1
71+
72+ ## New Tools
73+
74+ ## New Features
75+
5976## Fixes
6077- job descriptions of mix dye job will display proper dye names
6178
@@ -83,7 +100,6 @@ Template for new versions:
83100## Documentation
84101
85102## API
86- - Added GUI focus strings for new_arena: ``/Loading`` and ``/Mods``
87103
88104## Lua
89105
You can’t perform that action at this time.
0 commit comments