From: Petr Štetiar Date: Thu, 10 Oct 2019 17:25:03 +0000 (+0200) Subject: Tag version 1.0.1 X-Git-Tag: v1.0.1^0 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=40f939d57c67bbe2987a863500cca02e91d34b90;p=project%2Furngd.git Tag version 1.0.1 Lets tag version 1.0.1. Signed-off-by: Petr Štetiar --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bc9a2f6..7a3be27 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)