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)

View File

@@ -38,7 +38,7 @@ PROJECT_NAME = "Inja"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 3.3.0
PROJECT_NUMBER = 3.4.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@@ -1,5 +1,5 @@
/*
___ _ Version 3.3
___ _ Version 3.4.0
|_ _|_ __ (_) __ _ https://github.com/pantor/inja
| || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
| || | | || | (_| |

View File

@@ -1,7 +1,7 @@
project(
'inja',
'cpp',
version: '3.3.0',
version: '3.4.0',
default_options: ['cpp_std=c++17', 'warning_level=3'],
meson_version: '>=0.56'
)

View File

@@ -1,5 +1,5 @@
/*
___ _ Version 3.3
___ _ Version 3.4.0
|_ _|_ __ (_) __ _ https://github.com/pantor/inja
| || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
| || | | || | (_| |