Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 17b1ce9

Browse files
morambrocopybara-github
authored andcommitted
Bump version to 2.1.2
PiperOrigin-RevId: 622108863
1 parent a954cf0 commit 17b1ce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.13)
2-
project(Tink VERSION 2.1.1 LANGUAGES CXX)
2+
project(Tink VERSION 2.1.2 LANGUAGES CXX)
33

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

cc/version_script.lds

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERS_2.1.1 {
1+
VERS_2.1.2 {
22
global:
33
*tink*;
44
*absl*;

0 commit comments

Comments
 (0)