Skip to content

Commit b227644

Browse files
committed
bump to v3.4.0
1 parent ea47bb1 commit b227644

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.5)
22

33

4-
project(inja LANGUAGES CXX VERSION 3.3.0)
4+
project(inja LANGUAGES CXX VERSION 3.4.0)
55

66

77
option(INJA_USE_EMBEDDED_JSON "Use the shipped json header if not available on the system" ON)

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.3.0
41+
PROJECT_NUMBER = 3.4.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
___ _ Version 3.3
2+
___ _ Version 3.4.0
33
|_ _|_ __ (_) __ _ https://github.com/pantor/inja
44
| || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
55
| || | | || | (_| |

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.3.0',
4+
version: '3.4.0',
55
default_options: ['cpp_std=c++17', 'warning_level=3'],
66
meson_version: '>=0.56'
77
)

single_include/inja/inja.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
___ _ Version 3.3
2+
___ _ Version 3.4.0
33
|_ _|_ __ (_) __ _ https://github.com/pantor/inja
44
| || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
55
| || | | || | (_| |

0 commit comments

Comments
 (0)