Skip to content

Commit

Permalink
Merge pull request #65 from wrapl/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
rajamukherji authored May 5, 2019
2 parents 93dcf64 + 2fa2add commit 6164e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minilang
Submodule minilang updated 4 files
+1 −1 minilang.h
+87 −82 ml_compiler.c
+38 −35 ml_internal.h
+643 −577 ml_runtime.c
2 changes: 1 addition & 1 deletion rabs.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <sys/wait.h>
#endif

#define VERSION_STRING "1.9.5"
#define VERSION_STRING "1.9.6"

const char *SystemName = "build.rabs";
const char *RootPath = 0;
Expand Down

0 comments on commit 6164e7f

Please sign in to comment.