Skip to content

Commit 5a6bd9e

Browse files
committed
bump version
1 parent 8846714 commit 5a6bd9e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cmake/autogenerated_versions.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ SET(VERSION_MAJOR 25)
77
SET(VERSION_MINOR 8)
88
SET(VERSION_PATCH 13)
99
SET(VERSION_GITHASH 25db09bd0a09eb1576ae0ba56f6e52d9f2c4651e)
10-
SET(VERSION_DESCRIBE v25.8.13.20000.altinitytest)
11-
SET(VERSION_STRING 25.8.13.20000.altinitytest)
10+
SET(VERSION_DESCRIBE v25.8.13.10000.altinitytest)
11+
SET(VERSION_STRING 25.8.13.10000.altinitytest)
1212
# end of autochange
1313

1414
# This is the 'base' tweak of the version, build scripts will
1515
# increment this by number of commits since previous tag.
16-
SET(VERSION_TWEAK 20000)
17-
SET(VERSION_FLAVOUR altinityantalya)
16+
SET(VERSION_TWEAK 10000)
17+
SET(VERSION_FLAVOUR altinitystable)

src/Core/SettingsChangesHistory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const VersionToSettingsChangesMap & getSettingsChangesHistory()
3939
/// controls new feature and it's 'true' by default, use 'false' as previous_value).
4040
/// It's used to implement `compatibility` setting (see https://github.com/ClickHouse/ClickHouse/issues/35972)
4141
/// Note: please check if the key already exists to prevent duplicate entries.
42-
addSettingsChanges(settings_changes_history, "25.8.12.1000",
42+
addSettingsChanges(settings_changes_history, "25.8.12.10000",
4343
{
4444
{"show_data_lake_catalogs_in_system_tables", false, true, "Disable catalogs in system tables by default"},
4545

0 commit comments

Comments
 (0)