Skip to content

Commit

Permalink
Merge pull request #165 from wrapl/dev
Browse files Browse the repository at this point in the history
dev
  • Loading branch information
rajamukherji authored Oct 5, 2021
2 parents b9deb82 + acf45fa commit b1ab21f
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 @@ -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


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.20.2) UNRELEASED; urgency=medium
rabs (2.20.3) UNRELEASED; urgency=medium

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

-- Raja Mukherji <raja@localhost.localdomain> Tue, 05 Oct 2021 09:11:59 +0100
-- Raja Mukherji <raja@localhost.localdomain> Tue, 05 Oct 2021 09:32:40 +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 @@ -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

0 comments on commit b1ab21f

Please sign in to comment.