This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new cd7e5a8871 Bump version to 11.0.0 (#12913)
cd7e5a8871 is described below
commit cd7e5a8871e5680f93d2ce219330705de9d7aaf2
Author: Chris McFarlen <[email protected]>
AuthorDate: Mon Mar 2 17:04:48 2026 -0600
Bump version to 11.0.0 (#12913)
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index df6c433742..0940e04162 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR)
endif()
cmake_minimum_required(VERSION 3.20..3.27)
-project(ats VERSION 10.2.0)
+project(ats VERSION 11.0.0)
set(TS_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
set(TS_VERSION_MINOR ${PROJECT_VERSION_MINOR})