From c7f7b6b65b82eda4675b42d8cd28d76ea7aebf1a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Tue, 21 Jan 2020 16:20:07 +0100 Subject: [PATCH] Tag version 1.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Lets tag version 1.0.2. Signed-off-by: Petr Å tetiar --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a3be27..a1ee0c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ PROJECT(urngd) INCLUDE(GNUInstallDirs) INCLUDE (FindPkgConfig) -SET(URNGD_VERSION 1.0.1) +SET(URNGD_VERSION 1.0.2) SET(JTEN_DIR 3rdparty/jitterentropy-rngd) FIND_PATH(ubox_include_dir NAMES libubox/usock.h) -- 2.30.2