mirror of
https://github.com/pantor/inja.git
synced 2026-04-03 14:48:51 +00:00
bump to v3.4.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
|
||||
project(inja LANGUAGES CXX VERSION 3.3.0)
|
||||
project(inja LANGUAGES CXX VERSION 3.4.0)
|
||||
|
||||
|
||||
option(INJA_USE_EMBEDDED_JSON "Use the shipped json header if not available on the system" ON)
|
||||
|
||||
@@ -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.3.0
|
||||
PROJECT_NUMBER = 3.4.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,5 +1,5 @@
|
||||
/*
|
||||
___ _ Version 3.3
|
||||
___ _ Version 3.4.0
|
||||
|_ _|_ __ (_) __ _ https://github.com/pantor/inja
|
||||
| || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
|
||||
| || | | || | (_| |
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
project(
|
||||
'inja',
|
||||
'cpp',
|
||||
version: '3.3.0',
|
||||
version: '3.4.0',
|
||||
default_options: ['cpp_std=c++17', 'warning_level=3'],
|
||||
meson_version: '>=0.56'
|
||||
)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
___ _ Version 3.3
|
||||
___ _ Version 3.4.0
|
||||
|_ _|_ __ (_) __ _ https://github.com/pantor/inja
|
||||
| || '_ \ | |/ _` | Licensed under the MIT License <http://opensource.org/licenses/MIT>.
|
||||
| || | | || | (_| |
|
||||
|
||||
Reference in New Issue
Block a user