From db9c0e46bf23802e92cea5c72b5eea6d9075169a Mon Sep 17 00:00:00 2001 From: Aleksandr Minchiu Date: Mon, 31 Oct 2022 15:03:23 +0000 Subject: [PATCH] ibsim/ibsim.c: Bump version to 0.12 Signed-off-by: Aleksandr Minchiu --- ibsim/ibsim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibsim/ibsim.c b/ibsim/ibsim.c index 3938c1f..70cf443 100644 --- a/ibsim/ibsim.c +++ b/ibsim/ibsim.c @@ -55,7 +55,7 @@ #include #include "sim.h" -#define IBSIM_VERSION "0.11" +#define IBSIM_VERSION "0.12" #undef DEBUG #define PDEBUG if (parsedebug) IBWARN