We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4486d commit cdaa007Copy full SHA for cdaa007
2 files changed
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
2
set(CMP0048 NEW)
3
4
project("Touhou Toolkit"
5
- VERSION 8)
+ VERSION 9)
6
set(PROJECT_URL "https://github.com/thpatch/thtk")
7
set(PROJECT_BUGREPORT "chwo9843@gmail.com")
8
NEWS
@@ -1,3 +1,15 @@
1
+What's new in thtk 9
+====================
+
+#### thecl
+- Fixed compiling TH06-095 ECL files.
+Please submit an issue at GitHub (https://github.com/thpatch/thtk/issues) if
+you find a bug.
9
10
11
+-------------------------------------------------------------------------------
12
13
What's new in thtk 8
14
====================
15
0 commit comments