add tests for gcc 4.8, bump to 3.0

This commit is contained in:
pantor
2020-07-15 18:34:47 +02:00
parent 17175f70da
commit 5938bc2301
4 changed files with 9 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
project(inja LANGUAGES CXX VERSION 2.3.0)
project(inja LANGUAGES CXX VERSION 3.0.0)
option(INJA_USE_EMBEDDED_JSON "Use the shipped json header if not available on the system" ON)