diff --git a/CMakeLists.txt b/CMakeLists.txt index aa4b3d9..70eb165 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(HeuristicFlow LANGUAGES CXX VERSION 1.6.2.1) +project(HeuristicFlow LANGUAGES CXX VERSION 1.6.3) set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/install CACHE PATH "Where to install") @@ -11,12 +11,12 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/compile_commands.json) endif() set(Heu_submodules - Global - SimpleMatrix - EAGlobal - AOS - Genetic - PSO) + Global + SimpleMatrix + EAGlobal + AOS + Genetic + PSO) if(NOT DEFINED EIGEN3_INCLUDE_DIR) diff --git a/README.md b/README.md index 7310b18..57aec2c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HeuristicFlow -![](https://img.shields.io/badge/C%2B%2B-14-blue?style=plastic) ![](https://img.shields.io/badge/Eigen-v3.3+-yellowgreen?style=plastic) +![](https://img.shields.io/badge/C%2B%2B-17-blue?style=plastic) ![](https://img.shields.io/badge/Eigen-v3.3+-yellowgreen?style=plastic) ![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/TokiNoBug/HeuristicFlow?style=plastic) ![GitHub](https://img.shields.io/github/license/TokiNoBug/HeuristicFlow?style=plastic)