Skip to content

Commit

Permalink
Merge pull request #801 from WhiteCloud0123/develop
Browse files Browse the repository at this point in the history
指定版本为9.6
  • Loading branch information
WhiteCloud0123 authored Sep 7, 2024
2 parents 09c8d6d + 109acbe commit 8b53258
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export CCACHE_COMMENTS=1
# Explicitly let 'char' to be 'signed char' to fix #18776
OTHERS += -fsigned-char

VERSION = CDDA-Breeze-9.5
VERSION = CDDA-Breeze-9.6

TARGET_NAME = cataclysm
TILES_TARGET_NAME = $(TARGET_NAME)-tiles
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ android {
defaultConfig {
minSdkVersion override_minSdkVersion
targetSdkVersion override_targetSdkVersion
versionCode 75
versionName "9.5"
versionCode 76
versionName "9.6"
if (buildAsApplication) {
applicationId "WhiteCloud.CDDA_Breeze"
setProperty("archivesBaseName", "CDDA-Breeze-" + versionName)
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ deps=./deps.zip

# This property controls which override version number to use
# You can override this from the command line by passing "-Poverride_version=#"
override_version=CDDA-Breeze-9.5
override_version=CDDA-Breeze-9.6

# This property controls path where overridden version number header should be generated
# You can override this from the command line by passing "-Pversion_header_path=#"
Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#if (defined(_WIN32) || defined(MINGW)) && !defined(GIT_VERSION) && !defined(CROSS_LINUX) && !defined(_MSC_VER)

#ifndef VERSION
#define VERSION "CDDA-Breeze 9.5"
#define VERSION "CDDA-Breeze 9.6"
#endif

#else
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// NOLINT(cata-header-guard)
#define VERSION "CDDA-Breeze-9.5"
#define VERSION "CDDA-Breeze-9.6"

0 comments on commit 8b53258

Please sign in to comment.