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. # is included in another CMake project.
cmake_policy(SET CMP0077 NEW) 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) option(BUILD_TESTING "Build unit tests" ON)

View File

@@ -1,6 +1,6 @@
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@@ -38,7 +38,7 @@ PROJECT_NAME = "Inja"
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # 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 # 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 # for a project that appears at the top of each page and should give viewer a

View File

@@ -1,9 +1,9 @@
/* /*
___ _ Version 3.4.0 ___ _ Version 3.5.0
|_ _|_ __ (_) __ _ https://github.com/pantor/inja |_ _|_ __ (_) __ _ https://github.com/pantor/inja
| || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>. | || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
| || | | || | (_| | | || | | || | (_| |
|___|_| |_|/ |\__,_| 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

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

View File

@@ -1,9 +1,9 @@
/* /*
___ _ Version 3.4.0 ___ _ Version 3.5.0
|_ _|_ __ (_) __ _ https://github.com/pantor/inja |_ _|_ __ (_) __ _ https://github.com/pantor/inja
| || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>. | || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
| || | | || | (_| | | || | | || | (_| |
|___|_| |_|/ |\__,_| 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal