Skip to content

Commit

Permalink
Bump version to 2.1.2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 622108863
Change-Id: I7483d3e72558650eec5461a700387be3f0af2c80
(cherry picked from commit 26eaf4b)
  • Loading branch information
morambro committed Apr 5, 2024
1 parent da091f8 commit d57923d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1 LANGUAGES CXX)
project(Tink VERSION 2.1.2 LANGUAGES CXX)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

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.1 {
VERS_2.1.2 {
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.1"
TINK_CC_VERSION_LABEL = "2.1.2"

0 comments on commit d57923d

Please sign in to comment.