diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/defs.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defs.js b/src/defs.js index 748844c..b979e03 100644 --- a/src/defs.js +++ b/src/defs.js @@ -31,8 +31,8 @@ const FENGARI_VERSION_RELEASE = "1";  const FENGARI_VERSION         = "Fengari " + FENGARI_VERSION_MAJOR + "." + FENGARI_VERSION_MINOR;  const FENGARI_RELEASE         = FENGARI_VERSION + "." + FENGARI_VERSION_RELEASE; -const FENGARI_COPYRIGHT       = FENGARI_RELEASE + "  Copyright (C) 2017 BenoƮt Giannangeli\nBased on: " + LUA_COPYRIGHT;  const FENGARI_AUTHORS         = "B. Giannangeli, Daurnimator"; +const FENGARI_COPYRIGHT       = FENGARI_RELEASE + "  Copyright (C) 2017 " + FENGARI_AUTHORS + "\nBased on: " + LUA_COPYRIGHT;  const LUA_VERSUFFIX           = "_" + LUA_VERSION_MAJOR + "_" + LUA_VERSION_MINOR;  | 
