From 2ad8005f28f8327a524d7544909a66c07ac3203a Mon Sep 17 00:00:00 2001 From: hhhxiao <1417599491@qq.com> Date: Thu, 9 Feb 2023 13:35:00 +0800 Subject: [PATCH] Add: changelog --- CMakeLists.txt | 4 ++-- LINK.txt | 2 +- changelog.md | 22 ++++++++++++++++++++++ metadata | 6 +++--- src/include/config.h | 8 ++++---- 5 files changed, 32 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96538da..dbb5c70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/LINK.txt b/LINK.txt index 5f2cd74..36577cb 100644 --- a/LINK.txt +++ b/LINK.txt @@ -1 +1 @@ -https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.50.02.zip \ No newline at end of file +https://minecraft.azureedge.net/bin-win/bedrock-server-1.19.61.01.zip \ No newline at end of file diff --git a/changelog.md b/changelog.md index 375ff01..964b21c 100644 --- a/changelog.md +++ b/changelog.md @@ -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 #### 依赖和版本支持 diff --git a/metadata b/metadata index 358c57a..e707b66 100644 --- a/metadata +++ b/metadata @@ -1,3 +1,3 @@ -0.25.0 -1.19.50.02 -2.9.0 \ No newline at end of file +0.26.0 +1.19.61.01 +2.10.0 \ No newline at end of file diff --git a/src/include/config.h b/src/include/config.h index bc27c45..e3f5afb 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -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