We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3595de5 commit 3f60063Copy full SHA for 3f60063
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required (VERSION 3.3.2)
2
3
-project(libmodule VERSION 5.0.0 LANGUAGES C CXX)
+project(libmodule VERSION 5.0.1 LANGUAGES C CXX)
4
5
if(NOT CMAKE_BUILD_TYPE)
6
set(CMAKE_BUILD_TYPE Release)
docs/conf.py
@@ -23,8 +23,8 @@
23
copyright = '2019, Federico Di Pierro'
24
author = 'Federico Di Pierro'
25
26
-version = '5.0.0'
27
-release = '5.0.0'
+version = '5.0.1'
+release = '5.0.1'
28
29
highlight_language = "c"
30
0 commit comments