Happy New Year

This commit is contained in:
Cloud Wu
2022-01-17 10:24:24 +08:00
parent 8304747d8e
commit 923651ada3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2012-2020 codingnow.com Copyright (c) 2012-2022 codingnow.com
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in this software and associated documentation files (the "Software"), to deal in

View File

@@ -32,7 +32,7 @@ Run these in different consoles:
## About Lua version ## About Lua version
Skynet now uses a modified version of lua 5.4.3 ( https://github.com/ejoy/lua/tree/skynet54 ) for multiple lua states. Skynet now uses a modified version of lua 5.4.4 ( https://github.com/ejoy/lua/tree/skynet54 ) for multiple lua states.
Official Lua versions can also be used as long as the Makefile is edited. Official Lua versions can also be used as long as the Makefile is edited.