From 382ff897ed780acbadd5c3bbf31ee65aa8750305 Mon Sep 17 00:00:00 2001 From: Raja Mukherji Date: Wed, 15 May 2024 11:56:47 +0100 Subject: [PATCH 1/2] Updates. --- Makefile | 2 +- minilang | 2 +- src/rabs.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7997e13..0c76ceb 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ ifeq ($(MACHINE), i686) endif ifeq ($(PLATFORM), Linux) - LDFLAGS += -Wl,--dynamic-list=src/exports.lst -ldl -lgc -lunwind + LDFLAGS += -Wl,--dynamic-list=src/exports.lst -ldl -lgc objects += obj/targetwatch.o endif diff --git a/minilang b/minilang index 1e55d52..8997e1e 160000 --- a/minilang +++ b/minilang @@ -1 +1 @@ -Subproject commit 1e55d52b7f5dd381cb5ec47f0cd1694f773773ce +Subproject commit 8997e1edc427f75f6c3a3c5f0c140b9578580d71 diff --git a/src/rabs.h b/src/rabs.h index e931a52..dc40060 100644 --- a/src/rabs.h +++ b/src/rabs.h @@ -30,7 +30,7 @@ extern __thread target_t *CurrentTarget; ml_value_t *rabs_global(const char *Name); ml_value_t *rabs_ml_global(void *Data, const char *Name, const char *Source, int Line, int Mode); -#define CURRENT_VERSION 2, 30, 8 +#define CURRENT_VERSION 2, 30, 9 #define MINIMAL_VERSION 2, 10, 0 #endif From 5c10ac5970b7698de6ece3b52d0d1f760df43426 Mon Sep 17 00:00:00 2001 From: Raja Mukherji Date: Tue, 18 Jun 2024 07:07:01 +0100 Subject: [PATCH 2/2] Updates. --- debian/changelog | 5 +++-- src/rabs.h | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2c0f658..fdf8d45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -rabs (2.30.8) UNRELEASED; urgency=medium +rabs (2.30.10) UNRELEASED; urgency=medium * Updates. * Updates. @@ -59,5 +59,6 @@ rabs (2.30.8) UNRELEASED; urgency=medium * Updates. * Updates. * Updates. + * Updates. - -- Raja Mukherji Sat, 11 May 2024 09:19:32 +0100 + -- Raja Mukherji Tue, 18 Jun 2024 07:06:06 +0100 diff --git a/src/rabs.h b/src/rabs.h index dc40060..a45e8c4 100644 --- a/src/rabs.h +++ b/src/rabs.h @@ -30,7 +30,7 @@ extern __thread target_t *CurrentTarget; ml_value_t *rabs_global(const char *Name); ml_value_t *rabs_ml_global(void *Data, const char *Name, const char *Source, int Line, int Mode); -#define CURRENT_VERSION 2, 30, 9 +#define CURRENT_VERSION 2, 30, 10 #define MINIMAL_VERSION 2, 10, 0 #endif