diff mbox series

[OpenWrt-Devel,urngd,4/4] Tag version 1.0.1

Message ID 20191011084204.19790-5-ynezz@true.cz
State Accepted
Delegated to: Petr Štetiar
Headers show
Series sync with upstream, fixes and GitLab CI | expand

Commit Message

Petr Štetiar Oct. 11, 2019, 8:42 a.m. UTC
Lets tag version 1.0.1.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bc9a2f68d053..7a3be27c4189 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@  PROJECT(urngd)
 INCLUDE(GNUInstallDirs)
 INCLUDE (FindPkgConfig)
 
-SET(URNGD_VERSION 1.0.0)
+SET(URNGD_VERSION 1.0.1)
 SET(JTEN_DIR 3rdparty/jitterentropy-rngd)
 
 FIND_PATH(ubox_include_dir NAMES libubox/usock.h)