diff options
author | Frederico Linhares <fred@linhares.blue> | 2024-01-05 16:47:12 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2024-01-05 16:47:12 -0300 |
commit | ac4045fffd8a4d106ba757009121ef09f48e2200 (patch) | |
tree | 4e1c1c07c0ec23a7e130a53fa85295faab3ec18c /Rakefile | |
parent | 21a0231e2dd5dfe526e8e68a544e6f9b549118fc (diff) |
buil Use a newer version for mruby
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# Copyright 2022-2023 Frederico de Oliveira Linhares +# Copyright 2022-2024 Frederico de Oliveira Linhares # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ OBJ = 'candy_gear' VERSION = '0.1.0' -MRUBY_VERSION = '3.1.0' +MRUBY_VERSION = '3.2.0' MRUBY_ZIP_FILE = "mruby-#{MRUBY_VERSION}.zip" MRUBY_STATIC_LIB = "mruby-#{MRUBY_VERSION}/build/host/lib/libmruby.a" |