Navigation Menu

Skip to content

Commit

Permalink
Update mruby
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2018
1 parent ce52a4c commit f5522b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vendor/mruby-source
2 changes: 1 addition & 1 deletion vendor/mruby/Makefile.am
Expand Up @@ -68,6 +68,6 @@ endif
update:
cd "$(srcdir)/../mruby-source" && \
(git checkout master && git pull --rebase)
(cd "$(srcdir)/../mruby-source" && git describe) > version
(cd "$(srcdir)/../mruby-source" && git describe --tags) > version
cd "$(srcdir)" && \
./update.rb build_config.rb ../mruby-source > sources.am
2 changes: 1 addition & 1 deletion vendor/mruby/version
@@ -1 +1 @@
1.0.0-5193-g1b261382
1.4.1-87-gfd9617ca

0 comments on commit f5522b9

Please sign in to comment.