Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ToKiNoBug committed Apr 25, 2023
1 parent 6da604f commit 75ce9ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")

Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 75ce9ee

Please sign in to comment.