aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorambrosin <ambrosin@google.com>2023-04-26 03:41:06 -0700
committerCopybara-Service <copybara-worker@google.com>2023-04-26 03:42:20 -0700
commit98f740ce6ebf64efc61fff36b1b16f5b6a8b6a95 (patch)
treed988037d651d2dfb0284e9c108754901acf42ecf /CMakeLists.txt
parent83427042cdc253d710922285c533b0322574f1e1 (diff)
downloadtink-98f740ce6ebf64efc61fff36b1b16f5b6a8b6a95.tar.gz
Bump version of tink-cc to 2.0.0
PiperOrigin-RevId: 527219313
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f26205d9..2e4f78f2b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
-project(Tink VERSION 1.7.0 LANGUAGES CXX)
+project(Tink VERSION 2.0.0 LANGUAGES CXX)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")