unix/fiss

version to 0.2.2 (32a5a0c767ddd33fe06efd9eba890e998600d55f)
Repositories | LICENSE

commit 32a5a0c767ddd33fe06efd9eba890e998600d55f
parent d0a424ac0376bef13c4cbaf133c39b2d99827e1a
Author: Friedel Schön <[email protected]>
Date:   Fri, 19 May 2023 13:08:39 +0200

version to 0.2.2

Diffstat:
Minclude/config.h2+-
Minclude/message.h4+---
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/include/config.h b/include/config.h @@ -62,7 +62,7 @@ // the current version #ifndef SV_VERSION -# define SV_VERSION "0.1.0" +# define SV_VERSION "0.2.2" #endif // time to wait to accept new connection diff --git a/include/message.h b/include/message.h @@ -1,8 +1,6 @@ #pragma once -#define FISS_VERSION "0.1.1" - -#define FISS_VERSION_STRING "fiss version v" FISS_VERSION "" +#define FISS_VERSION_STRING "fiss version v" SV_VERSION "" typedef enum prog { PROG_FINIT,