Skip to content

Commit

Permalink
bump to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Jan 29, 2023
1 parent ea47bb1 commit b227644
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/inja/inja.hpp
Original file line number Diff line number Diff line change
@@ -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>.
| || | | || | (_| |
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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'
)
Expand Down
2 changes: 1 addition & 1 deletion single_include/inja/inja.hpp
Original file line number Diff line number Diff line change
@@ -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>.
| || | | || | (_| |
Expand Down

0 comments on commit b227644

Please sign in to comment.