mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 00:53:59 +00:00
bump to v.3.5.0
This commit is contained in:
@@ -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)
|
||||
|
||||
2
LICENSE
2
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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
___ _ Version 3.4.0
|
||||
___ _ Version 3.5.0
|
||||
|_ _|_ __ (_) __ _ https://github.com/pantor/inja
|
||||
| || '_ \ | |/ _` | 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
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -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'
|
||||
)
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
___ _ Version 3.4.0
|
||||
___ _ Version 3.5.0
|
||||
|_ _|_ __ (_) __ _ https://github.com/pantor/inja
|
||||
| || '_ \ | |/ _` | 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
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
Reference in New Issue
Block a user