Skip to content

Commit

Permalink
Merge branch 'hotfix/2.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
richoux committed Jul 11, 2022
2 parents 51e4cf1 + 6be854d commit 918278d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ set (CPACK_PACKAGE_NAME "GHOST")
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
set (CPACK_PACKAGE_VERSION_MAJOR "2")
set (CPACK_PACKAGE_VERSION_MINOR "5")
set (CPACK_PACKAGE_VERSION_PATCH "0")
set (CPACK_PACKAGE_VERSION_PATCH "1")
set (CPACK_PACKAGE_CONTACT "florian.richoux@polytechnique.edu")
set (CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
include (CPack)
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file, since GHOST 2.0.0.

## [2.5.1] - 2022-07-11
- Fix minor forgettings (Doxygen file, README, ...).

## [2.5.0] - 2022-07-11
- Add all possible linear equation global constraints.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](https://github.com/richoux/GHOST/wiki/images/GHOST_banner.png)

[![2.4.0](https://img.shields.io/badge/stable-2.4.0-brightgreen.svg)](https://github.com/richoux/GHOST/releases/tag/2.4.0)
[![2.4.x](https://img.shields.io/badge/latest-2.4.x-f57f17.svg)](https://github.com/richoux/GHOST/tree/develop)
[![2.5.1](https://img.shields.io/badge/stable-2.5.1-brightgreen.svg)](https://github.com/richoux/GHOST/releases/tag/2.5.1)
[![2.5.x](https://img.shields.io/badge/latest-2.5.x-f57f17.svg)](https://github.com/richoux/GHOST/tree/develop)
[![Actions Status](https://github.com/richoux/GHOST/workflows/Linux/badge.svg)](https://github.com/richoux/GHOST/actions)
[![Actions Status](https://github.com/richoux/GHOST/workflows/MacOS/badge.svg)](https://github.com/richoux/GHOST/actions)
[![Actions Status](https://github.com/richoux/GHOST/workflows/Windows/badge.svg)](https://github.com/richoux/GHOST/actions)
Expand Down
7 changes: 6 additions & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,12 @@ INPUT = doc/mainpage.md \
include/variable.hpp \
include/global_constraints/all_different.hpp \
include/global_constraints/fix_value.hpp \
include/global_constraints/linear_equation.hpp
include/global_constraints/linear_equation_eq.hpp \
include/global_constraints/linear_equation_neq.hpp \
include/global_constraints/linear_equation_leq.hpp \
include/global_constraints/linear_equation_geq.hpp \
include/global_constraints/linear_equation_l.hpp \
include/global_constraints/linear_equation_g.hpp

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down

0 comments on commit 918278d

Please sign in to comment.