Skip to content

Commit

Permalink
Merge pull request #207 from wrapl/dev
Browse files Browse the repository at this point in the history
dev
  • Loading branch information
rajamukherji authored Jun 18, 2024
2 parents c2c5042 + 5c10ac5 commit 1cf1652
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rabs (2.30.8) UNRELEASED; urgency=medium
rabs (2.30.10) UNRELEASED; urgency=medium

* Updates.
* Updates.
Expand Down Expand Up @@ -59,5 +59,6 @@ rabs (2.30.8) UNRELEASED; urgency=medium
* Updates.
* Updates.
* Updates.
* Updates.

-- Raja Mukherji <raja@hinano> Sat, 11 May 2024 09:19:32 +0100
-- Raja Mukherji <raja@hinano> Tue, 18 Jun 2024 07:06:06 +0100
2 changes: 1 addition & 1 deletion src/rabs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, 10
#define MINIMAL_VERSION 2, 10, 0

#endif

0 comments on commit 1cf1652

Please sign in to comment.