Skip to content

Commit 3f60063

Browse files
committed
Updated version to 5.0.1.
1 parent 3595de5 commit 3f60063

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required (VERSION 3.3.2)
22

3-
project(libmodule VERSION 5.0.0 LANGUAGES C CXX)
3+
project(libmodule VERSION 5.0.1 LANGUAGES C CXX)
44

55
if(NOT CMAKE_BUILD_TYPE)
66
set(CMAKE_BUILD_TYPE Release)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
copyright = '2019, Federico Di Pierro'
2424
author = 'Federico Di Pierro'
2525

26-
version = '5.0.0'
27-
release = '5.0.0'
26+
version = '5.0.1'
27+
release = '5.0.1'
2828

2929
highlight_language = "c"
3030

0 commit comments

Comments
 (0)