Skip to content

Commit

Permalink
Merge pull request #209 from wrapl/dev
Browse files Browse the repository at this point in the history
dev
  • Loading branch information
rajamukherji authored Jul 15, 2024
2 parents c22b5cc + cacc1b7 commit 53adc72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rabs (2.30.11) UNRELEASED; urgency=medium
rabs (2.30.12) UNRELEASED; urgency=medium

* Updates.
* Updates.
Expand Down Expand Up @@ -61,5 +61,7 @@ rabs (2.30.11) UNRELEASED; urgency=medium
* Updates.
* Updates.
* Updates.
* Updates.
* Updates.

-- Raja Mukherji <raja@hinano> Tue, 09 Jul 2024 08:50:12 +0100
-- Raja Mukherji <raja@hinano> Mon, 15 Jul 2024 18:39:00 +0100
2 changes: 1 addition & 1 deletion minilang
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, 11
#define CURRENT_VERSION 2, 30, 12
#define MINIMAL_VERSION 2, 10, 0

#endif

0 comments on commit 53adc72

Please sign in to comment.