Skip to content

Commit

Permalink
Bump version (+ c++17 requirement note)
Browse files Browse the repository at this point in the history
  • Loading branch information
asherikov committed Jul 16, 2024
1 parent 9e86558 commit 9fa5eb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</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

Expand Down
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 9fa5eb9

Please sign in to comment.