bump to v3.4.0

This commit is contained in:
pantor
2023-01-29 13:10:03 +01:00
parent ea47bb14dc
commit b2276440be
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
project(inja LANGUAGES CXX VERSION 3.3.0)
project(inja LANGUAGES CXX VERSION 3.4.0)
option(INJA_USE_EMBEDDED_JSON "Use the shipped json header if not available on the system" ON)