File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.5)
55# is included in another CMake project.
66cmake_policy (SET CMP0077 NEW)
77
8- project (inja LANGUAGES CXX VERSION 3.4 .0)
8+ project (inja LANGUAGES CXX VERSION 3.5 .0)
99
1010
1111option (BUILD_TESTING "Build unit tests" ON )
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2018-2021 Berscheid
3+ Copyright (c) 2018-2025 Lars Berscheid
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "Inja"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 3.4 .0
41+ PROJECT_NUMBER = 3.5 .0
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 11/*
2- ___ _ Version 3.4 .0
2+ ___ _ Version 3.5 .0
33 |_ _|_ __ (_) __ _ https://github.com/pantor/inja
44 | || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
55 | || | | || | (_| |
6- |___|_| |_|/ |\__,_| Copyright (c) 2018-2023 Lars Berscheid
6+ |___|_| |_|/ |\__,_| Copyright (c) 2018-2025 Lars Berscheid
77 |__/
88Permission is hereby granted, free of charge, to any person obtaining a copy
99of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11project (
22 ' inja' ,
33 ' cpp' ,
4- version : ' 3.4 .0' ,
4+ version : ' 3.5 .0' ,
55 default_options : [' cpp_std=c++17' , ' warning_level=3' ],
66 meson_version : ' >=0.56'
77)
Original file line number Diff line number Diff line change 11/*
2- ___ _ Version 3.4 .0
2+ ___ _ Version 3.5 .0
33 |_ _|_ __ (_) __ _ https://github.com/pantor/inja
44 | || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
55 | || | | || | (_| |
6- |___|_| |_|/ |\__,_| Copyright (c) 2018-2023 Lars Berscheid
6+ |___|_| |_|/ |\__,_| Copyright (c) 2018-2025 Lars Berscheid
77 |__/
88Permission is hereby granted, free of charge, to any person obtaining a copy
99of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments