Skip to content

Commit

Permalink
Bump version to 2.3.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 697785653
Change-Id: I5370960532043e5dc30d8844d87f46d3ec9becd3
  • Loading branch information
cindylindeed authored and copybara-github committed Nov 18, 2024
1 parent ae2e4ba commit b30610f
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.2.0 LANGUAGES CXX)
project(Tink VERSION 2.3.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 @@ -16,7 +16,7 @@

module(
name = "tink_cc",
version = "2.2.0",
version = "2.3.0",
)

bazel_dep(
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.2.0 {
VERS_2.3.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.2.0"
TINK_VERSION_LABEL = "2.3.0"

0 comments on commit b30610f

Please sign in to comment.