From 40f939d57c67bbe2987a863500cca02e91d34b90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Thu, 10 Oct 2019 19:25:03 +0200 Subject: [PATCH] Tag version 1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Lets tag version 1.0.1. Signed-off-by: Petr Å tetiar --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2