Skip to content

Commit 5b4d92c

Browse files
committed
bump to v.3.5.0
1 parent 4c6b263 commit 5b4d92c

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.5)
55
# is included in another CMake project.
66
cmake_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

1111
option(BUILD_TESTING "Build unit tests" ON)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2021 Berscheid
3+
Copyright (c) 2018-2025 Lars Berscheid
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

include/inja/inja.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
|__/
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
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
)

single_include/inja/inja.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
|__/
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)