Bump tink-cc version to 2.1.3 PiperOrigin-RevId: 627417867 Change-Id: I3fb61f79c1944a79059cdb8ea50e59f384a1f3e6 (cherry picked from commit 983836616b1f01d2e46de38574b6bfc9776fce8b)
diff --git a/CMakeLists.txt b/CMakeLists.txt index de90084..b9deed1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.13) -project(Tink VERSION 2.1.2 LANGUAGES CXX) +project(Tink VERSION 2.1.3 LANGUAGES CXX) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
diff --git a/MODULE.bazel b/MODULE.bazel index f5fd405..de0136e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -15,7 +15,7 @@ """Tink C++ Bazel Module definition.""" module( name = "tink_cc", - version = "2.1.0", + version = "2.1.3", ) bazel_dep(name = "rules_cc", version = "0.0.5")
diff --git a/tink/version_script.lds b/tink/version_script.lds index b7e3677..050f085 100644 --- a/tink/version_script.lds +++ b/tink/version_script.lds
@@ -1,4 +1,4 @@ -VERS_2.1.2 { +VERS_2.1.3 { global: *tink*; *absl*;
diff --git a/version.bzl b/version.bzl index 66ed7ce..7e57e38 100644 --- a/version.bzl +++ b/version.bzl
@@ -1,2 +1,2 @@ """Version of the current release of Tink C++.""" -TINK_CC_VERSION_LABEL = "2.1.2" +TINK_CC_VERSION_LABEL = "2.1.3"