Skip to content

Commit

Permalink
Add: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhxiao committed Feb 9, 2023
1 parent 4cb0712 commit 2ad8005
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
cmake_minimum_required(VERSION 3.16)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
#variables
set(TRAPDOOR_VERSION 0.25.0)
set(GAME_VERSION 1.19.50.02)
set(TRAPDOOR_VERSION 0.26.0)
set(GAME_VERSION 1.19.61.01)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_BUILD_TYPE Release)

Expand Down
2 changes: 1 addition & 1 deletion LINK.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.50.02.zip
https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.61.01.zip
22 changes: 22 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
### trapdoor-ll-0.26.0-1.19.61.01

#### 依赖和版本支持

- 需要LiteLoader 2.10.0(-beta) 或以上版本
- 支持1.19.61.01

#### 更新日志

- 支持1.19.61.01

----

#### Dependencies and Version Support

- Requires LiteLoader 2.10.0(-beta) or above
- Supports 1.19.61.01

#### Changelog

- Supports 1.19.61.01

### trapdoor-ll-0.25.0-1.19.50.02

#### 依赖和版本支持
Expand Down
6 changes: 3 additions & 3 deletions metadata
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
0.25.0
1.19.50.02
2.9.0
0.26.0
1.19.61.01
2.10.0
8 changes: 4 additions & 4 deletions src/include/config.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#define STR(x) #x
#define Trapdoor_VERSION_MAJOR 0
#define Trapdoor_VERSION_MINOR 25
#define Trapdoor_VERSION_MINOR 26
#define Trapdoor_VERSION_PATCH 0
#define TRAPDOOR_VERSION 0.25.0
#define GAME_VERSION 1.19.50.02
#define BUILD_TIME 2023-02-05 22:16:06
#define TRAPDOOR_VERSION 0.26.0
#define GAME_VERSION 1.19.61.01
#define BUILD_TIME 2023-02-09 13:31:52

0 comments on commit 2ad8005

Please sign in to comment.