Skip to content

Commit

Permalink
Bump tink-cc version to 2.1.3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 627417867
Change-Id: I3fb61f79c1944a79059cdb8ea50e59f384a1f3e6
(cherry picked from commit 9838366)
  • Loading branch information
morambro committed Apr 23, 2024
1 parent dfbbe8f commit 784e7e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion tink/version_script.lds
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERS_2.1.2 {
VERS_2.1.3 {
global:
*tink*;
*absl*;
Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 784e7e5

Please sign in to comment.