Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/praktika/native_jobs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import dataclasses
import json
import os
import platform
import sys
import traceback
Expand Down
6 changes: 3 additions & 3 deletions cmake/autogenerated_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# only DBMS_TCP_PROTOCOL_VERSION should be incremented on protocol changes.
SET(VERSION_REVISION 54520)
SET(VERSION_MAJOR 26)
SET(VERSION_MINOR 3)
SET(VERSION_MINOR 333)
SET(VERSION_PATCH 13)
SET(VERSION_GITHASH d23c7536b980c34b39c850b08ef23c509f06aaaa)
SET(VERSION_DESCRIBE v26.3.13.10001.altinitytest)
SET(VERSION_STRING 26.3.13.10001.altinitytest)
SET(VERSION_DESCRIBE v26.333.13.10001.altinitytest)
SET(VERSION_STRING 26.333.13.10001.altinitytest)
# end of autochange

SET(VERSION_TWEAK 10001)
Expand Down
Loading