File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11cmake_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
77option (INJA_USE_EMBEDDED_JSON "Use the shipped json header if not available on the system" ON )
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.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
Original file line number Diff line number Diff line change 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 | || | | || | (_| |
Original file line number Diff line number Diff line change 11project (
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)
Original file line number Diff line number Diff line change 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 | || | | || | (_| |
You can’t perform that action at this time.
0 commit comments