bump to v.3.5.0

This commit is contained in:
pantor
2025-10-18 06:43:15 -07:00
parent 4c6b263c2f
commit 5b4d92c473
6 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.5)
# is included in another CMake project.
cmake_policy(SET CMP0077 NEW)
project(inja LANGUAGES CXX VERSION 3.4.0)
project(inja LANGUAGES CXX VERSION 3.5.0)
option(BUILD_TESTING "Build unit tests" ON)