diff options
| author | Petr Štetiar | 2020-01-21 15:20:07 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2020-01-21 15:56:08 +0000 |
| commit | c7f7b6b65b82eda4675b42d8cd28d76ea7aebf1a (patch) | |
| tree | f4aad11fff608c2fefb4784cf27cfc8d0d8e4400 | |
| parent | 236b7a0aef2189ee49d6ca82ebc3bf2e06fd623d (diff) | |
| download | urngd-c7f7b6b65b82eda4675b42d8cd28d76ea7aebf1a.tar.gz | |
Tag version 1.0.2v1.0.2
Lets tag version 1.0.2.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |