File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ export CCACHE_COMMENTS=1
136
136
# Explicitly let 'char' to be 'signed char' to fix #18776
137
137
OTHERS += -fsigned-char
138
138
139
- VERSION = CDDA-Breeze-10.1
139
+ VERSION = CDDA-Breeze-10.2
140
140
141
141
TARGET_NAME = cataclysm
142
142
TILES_TARGET_NAME = $(TARGET_NAME ) -tiles
Original file line number Diff line number Diff line change @@ -245,8 +245,8 @@ android {
245
245
defaultConfig {
246
246
minSdkVersion override_minSdkVersion
247
247
targetSdkVersion override_targetSdkVersion
248
- versionCode 81
249
- versionName " 10.1 "
248
+ versionCode 82
249
+ versionName " 10.2 "
250
250
if (buildAsApplication) {
251
251
applicationId " WhiteCloud.CDDA_Breeze"
252
252
setProperty(" archivesBaseName" , " CDDA-Breeze-" + versionName)
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ deps=./deps.zip
46
46
47
47
# This property controls which override version number to use
48
48
# You can override this from the command line by passing "-Poverride_version=#"
49
- override_version =CDDA-Breeze-10.1
49
+ override_version =CDDA-Breeze-10.2
50
50
51
51
# This property controls path where overridden version number header should be generated
52
52
# You can override this from the command line by passing "-Pversion_header_path=#"
Original file line number Diff line number Diff line change 48
48
49
49
- 修复在视野惩罚不为1.0的天气下的阴影投射
50
50
51
+ - 安卓端:修复一些设备上游戏画面出现各种线条的问题
52
+
51
53
# 性能优化
52
54
53
55
- 优化了身边有大量物品时的制作速度。
Original file line number Diff line number Diff line change 3
3
#if (defined(_WIN32) || defined(MINGW)) && !defined(GIT_VERSION) && !defined(CROSS_LINUX) && !defined(_MSC_VER)
4
4
5
5
#ifndef VERSION
6
- #define VERSION " CDDA-Breeze 10.1 "
6
+ #define VERSION " CDDA-Breeze 10.2 "
7
7
#endif
8
8
9
9
#else
Original file line number Diff line number Diff line change 1
1
// NOLINT(cata-header-guard)
2
- #define VERSION "CDDA-Breeze-10.1 "
2
+ #define VERSION "CDDA-Breeze-10.2 "
You can’t perform that action at this time.
0 commit comments