Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 631424614
Change-Id: I3b202dad419bca2276f5a9f2fb27e9482d7631e5
  • Loading branch information
willinois authored and copybara-github committed May 7, 2024
1 parent 605780e commit 6ca4fab
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,7 +1,7 @@
# NOTE: With MSVC versions before 3.18 may not set /std:c11 consistently.
cmake_minimum_required(VERSION 3.13)

project(Tink VERSION 2.1.3 LANGUAGES CXX)
project(Tink VERSION 2.2.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.1.3",
version = "2.2.0",
)

bazel_dep(name = "rules_cc", version = "0.0.9")
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.3 {
VERS_2.2.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_VERSION_LABEL = "2.1.3"
TINK_VERSION_LABEL = "2.2.0"

0 comments on commit 6ca4fab

Please sign in to comment.