From 5b4d92c473a7aa63eeb6f036624f40d35905a745 Mon Sep 17 00:00:00 2001 From: pantor Date: Sat, 18 Oct 2025 06:43:15 -0700 Subject: [PATCH] bump to v.3.5.0 --- CMakeLists.txt | 2 +- LICENSE | 2 +- doc/Doxyfile | 2 +- include/inja/inja.hpp | 4 ++-- meson.build | 2 +- single_include/inja/inja.hpp | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bdfe3f..f3872ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/LICENSE b/LICENSE index 9e06bea..e92b008 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2021 Berscheid +Copyright (c) 2018-2025 Lars Berscheid Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/doc/Doxyfile b/doc/Doxyfile index daf904d..a27bc51 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -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.4.0 +PROJECT_NUMBER = 3.5.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 diff --git a/include/inja/inja.hpp b/include/inja/inja.hpp index e366763..a20c534 100644 --- a/include/inja/inja.hpp +++ b/include/inja/inja.hpp @@ -1,9 +1,9 @@ /* - ___ _ Version 3.4.0 + ___ _ Version 3.5.0 |_ _|_ __ (_) __ _ https://github.com/pantor/inja | || '_ \ | |/ _` | Licensed under the MIT License . | || | | || | (_| | - |___|_| |_|/ |\__,_| Copyright (c) 2018-2023 Lars Berscheid + |___|_| |_|/ |\__,_| Copyright (c) 2018-2025 Lars Berscheid |__/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/meson.build b/meson.build index 73a77eb..18f966f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'inja', 'cpp', - version: '3.4.0', + version: '3.5.0', default_options: ['cpp_std=c++17', 'warning_level=3'], meson_version: '>=0.56' ) diff --git a/single_include/inja/inja.hpp b/single_include/inja/inja.hpp index 9bfaf98..2a95e1f 100644 --- a/single_include/inja/inja.hpp +++ b/single_include/inja/inja.hpp @@ -1,9 +1,9 @@ /* - ___ _ Version 3.4.0 + ___ _ Version 3.5.0 |_ _|_ __ (_) __ _ https://github.com/pantor/inja | || '_ \ | |/ _` | Licensed under the MIT License . | || | | || | (_| | - |___|_| |_|/ |\__,_| Copyright (c) 2018-2023 Lars Berscheid + |___|_| |_|/ |\__,_| Copyright (c) 2018-2025 Lars Berscheid |__/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal