Skip to content

Commit

Permalink
Updated version to 5.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Dec 20, 2020
1 parent 3595de5 commit 3f60063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.3.2)

project(libmodule VERSION 5.0.0 LANGUAGES C CXX)
project(libmodule VERSION 5.0.1 LANGUAGES C CXX)

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -23,8 +23,8 @@
copyright = '2019, Federico Di Pierro'
author = 'Federico Di Pierro'

version = '5.0.0'
release = '5.0.0'
version = '5.0.1'
release = '5.0.1'

highlight_language = "c"

Expand Down

0 comments on commit 3f60063

Please sign in to comment.