diff options
author | Miran <narimiran@disroot.org> | 2020-03-25 21:28:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 21:28:16 +0100 |
commit | e1e062197ec13da4516642270e2057b0c26248cb (patch) | |
tree | 9e757b61a7147c25ebe2eb7dedd0b4699790c9d8 | |
parent | a8a464810e0473da61b9daf28311bc76411601bf (diff) | |
download | Nim-e1e062197ec13da4516642270e2057b0c26248cb.tar.gz |
bump copyright year to 2020 (#13753)
-rw-r--r-- | compiler/options.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/options.nim b/compiler/options.nim index d9a7a06ef..d906cd852 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -19,7 +19,7 @@ const useEffectSystem* = true useWriteTracking* = false hasFFI* = defined(nimHasLibFFI) - copyrightYear* = "2019" + copyrightYear* = "2020" type # please make sure we have under 32 options # (improves code efficiency a lot!) |