Skip to content

Commit

Permalink
Bump version, c++17 requirement note, updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asherikov committed Jul 16, 2024
1 parent 9e86558 commit bbf8a09
Show file tree
Hide file tree
Showing 4 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,6 +1,6 @@
# General parameters
cmake_minimum_required (VERSION 3.10.0)
project(thread_supervisor VERSION 1.0.0 LANGUAGES CXX)
project(thread_supervisor VERSION 1.1.0 LANGUAGES CXX)


# ---
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
</table>


Simple C++11 thread supervisor which automatically restarts failed or finished threads.
Simple C++17 thread supervisor which automatically restarts failed or finished threads.

Doxygen documentation: https://asherikov.github.io/thread_supervisor/doxygen

Dependencies:
- C++11 compatible compiler
- C++17 compatible compiler
- POSIX threads (pthreads)
- Boost.UTF for tests

Expand Down
2 changes: 1 addition & 1 deletion doc/gh-pages
Submodule gh-pages updated 203 files
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>thread_supervisor</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>Thread supervisor</description>
<maintainer email="[email protected]">Alexander Sherikov</maintainer>
<author email="[email protected]">Alexander Sherikov</author>
Expand Down

0 comments on commit bbf8a09

Please sign in to comment.