Skip to content

Commit

Permalink
Bump version of tink-cc to 2.1.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584643605
Change-Id: Iafdb7bb10cb61c8d994c93f1d3e5f94f83e70389
  • Loading branch information
ioannanedelcu authored and copybara-github committed Nov 22, 2023
1 parent 9be4514 commit 0d92d7b
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.0.0 LANGUAGES CXX)
project(Tink VERSION 2.1.0 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.0.0",
version = "2.1.0",
)

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.0.0 {
VERS_2.1.0 {
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.0.0"
TINK_CC_VERSION_LABEL = "2.1.0"

0 comments on commit 0d92d7b

Please sign in to comment.