Skip to content

Commit

Permalink
Bump version of tink-cc to 2.1.1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 586654159
Change-Id: Ib19870bc8bdb25556c8221b09dbfd0a393cb60dd
  • Loading branch information
ioannanedelcu committed Nov 30, 2023
1 parent 36d195b commit 89755d3
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.0 LANGUAGES CXX)
project(Tink VERSION 2.1.1 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.0 {
VERS_2.1.1 {
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.0"
TINK_CC_VERSION_LABEL = "2.1.1"

0 comments on commit 89755d3

Please sign in to comment.