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)
7
7
8
8
# set up versioning.
9
9
set (DF_VERSION "52.03" )
10
- set (DFHACK_RELEASE "r1" )
10
+ set (DFHACK_RELEASE "r1.1 " )
11
11
set (DFHACK_PRERELEASE FALSE )
12
12
13
13
set (DFHACK_VERSION "${DF_VERSION} -${DFHACK_RELEASE} " )
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ Template for new versions:
35
35
## Documentation
36
36
37
37
## API
38
- - Added GUI focus strings for new_arena: ``/Loading`` and ``/Mods``
39
38
40
39
## Lua
41
40
@@ -56,6 +55,24 @@ Template for new versions:
56
55
57
56
## New Features
58
57
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
+
59
76
## Fixes
60
77
- job descriptions of mix dye job will display proper dye names
61
78
@@ -83,7 +100,6 @@ Template for new versions:
83
100
## Documentation
84
101
85
102
## API
86
- - Added GUI focus strings for new_arena: ``/Loading`` and ``/Mods``
87
103
88
104
## Lua
89
105
You can’t perform that action at this time.
0 commit comments