From 228058e45d5440b87fc369c014bed3ee7e2d24c8 Mon Sep 17 00:00:00 2001 From: Raja Mukherji Date: Thu, 16 Dec 2021 08:37:40 +0000 Subject: [PATCH] Updates. --- debian/changelog | 5 +++-- minilang | 2 +- src/rabs.h | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index dea6dae..f071d1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -rabs (2.22.1) UNRELEASED; urgency=medium +rabs (2.23.1) UNRELEASED; urgency=medium * Updates. * Updates. @@ -31,5 +31,6 @@ rabs (2.22.1) UNRELEASED; urgency=medium * Updates. * Updates. * Updates. + * Updates. - -- Raja Mukherji Mon, 08 Nov 2021 08:48:58 +0000 + -- Raja Mukherji Thu, 16 Dec 2021 08:37:16 +0000 diff --git a/minilang b/minilang index e09d98d..107fb40 160000 --- a/minilang +++ b/minilang @@ -1 +1 @@ -Subproject commit e09d98d5fcd9945f5ae24f011062632270698c9b +Subproject commit 107fb40694ec53b28337121c0eb4ed84b79becfc diff --git a/src/rabs.h b/src/rabs.h index 1ffaa3c..b30e193 100644 --- a/src/rabs.h +++ b/src/rabs.h @@ -29,7 +29,7 @@ extern __thread target_t *CurrentTarget; ml_value_t *rabs_global(const char *Name); -#define CURRENT_VERSION 2, 23, 0 +#define CURRENT_VERSION 2, 23, 1 #define MINIMAL_VERSION 2, 10, 0 #endif