From b808ef542112164172159f264256e40018ed83de Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Mon, 20 Feb 2023 16:28:06 +0100 Subject: [PATCH] fix module versions in bw_common and bw_rand --- include/bw_common.h | 2 +- include/bw_rand.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bw_common.h b/include/bw_common.h index 7a6c0f9..1a71bca 100644 --- a/include/bw_common.h +++ b/include/bw_common.h @@ -20,7 +20,7 @@ /*! * module_type {{{ foundation }}} - * version {{{ 0.1.0 }}} + * version {{{ 0.2.0 }}} * requires {{{ bw_config }}} * description {{{ * A common header to make sure that a bunch of basic definitions are diff --git a/include/bw_rand.h b/include/bw_rand.h index 5104adf..90df81b 100644 --- a/include/bw_rand.h +++ b/include/bw_rand.h @@ -20,7 +20,7 @@ /*! * module_type {{{ utility }}} - * version {{{ 0.1.0 }}} + * version {{{ 0.2.0 }}} * requires {{{ bw_config bw_common }}} * description {{{ * Pseudo-random number generators.