diff --git a/minilang b/minilang index 98bcf28..b3ed799 160000 --- a/minilang +++ b/minilang @@ -1 +1 @@ -Subproject commit 98bcf28c1c9c27bc3a4cc63f6fc0b931d2bd3585 +Subproject commit b3ed7990075a081b642730bb61a23aebc23e1b4d diff --git a/src/rabs.h b/src/rabs.h index 83144d6..383d679 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, 2 +#define CURRENT_VERSION 2, 30, 3 #define MINIMAL_VERSION 2, 10, 0 #endif