From acf45faad5dfa206c159fb8a3f401c5671672f9e Mon Sep 17 00:00:00 2001 From: Raja Mukherji Date: Tue, 5 Oct 2021 09:33:00 +0100 Subject: [PATCH] Updates. --- Makefile | 2 +- debian/changelog | 5 +++-- minilang | 2 +- src/rabs.h | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 83d49cb..c450ff8 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ $(RABS): Makefile $(objects) $(libraries) src/*.h src/exports.lst bin else $(RABS): Makefile $(objects) $(libraries) src/*.h src/exports.lst bin $(CC) $(objects) $(libraries) -o $@ $(LDFLAGS) - strip $@ + # strip $@ endif diff --git a/debian/changelog b/debian/changelog index 5527e4b..d98eec6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -rabs (2.20.2) UNRELEASED; urgency=medium +rabs (2.20.3) UNRELEASED; urgency=medium * Updates. * Updates. @@ -26,5 +26,6 @@ rabs (2.20.2) UNRELEASED; urgency=medium * Updates. * Updates. * Updates. + * Updates. - -- Raja Mukherji Tue, 05 Oct 2021 09:11:59 +0100 + -- Raja Mukherji Tue, 05 Oct 2021 09:32:40 +0100 diff --git a/minilang b/minilang index 43bc865..e91ac33 160000 --- a/minilang +++ b/minilang @@ -1 +1 @@ -Subproject commit 43bc8656aaa6ac6452c1ecc3863338283ad3c6c9 +Subproject commit e91ac33066654371b76393c06c0b3e7d839a34fa diff --git a/src/rabs.h b/src/rabs.h index a503282..9655014 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, 20, 2 +#define CURRENT_VERSION 2, 20, 3 #define WORKING_VERSION 2, 10, 0 #endif