This is an automated email from the ASF dual-hosted git repository.
maskit pushed a commit to branch 11-Dev
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/11-Dev by this push:
new 0cc15e0d3d Bump version to 11.0.0 (#11135)
0cc15e0d3d is described below
commit 0cc15e0d3d5f8b334493cff3ea88e46097995592
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Wed Mar 6 15:27:35 2024 -0700
Bump version to 11.0.0 (#11135)
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 947625d237..2c7d0a9f36 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
endif()
cmake_minimum_required(VERSION 3.20..3.27)
-project(ats VERSION 10.0.0)
+project(ats VERSION 11.0.0)
set(TS_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
set(TS_VERSION_MINOR ${PROJECT_VERSION_MINOR})