summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2020-03-25 21:28:16 +0100
committerGitHub <noreply@github.com>2020-03-25 21:28:16 +0100
commite1e062197ec13da4516642270e2057b0c26248cb (patch)
tree9e757b61a7147c25ebe2eb7dedd0b4699790c9d8
parenta8a464810e0473da61b9daf28311bc76411601bf (diff)
downloadNim-e1e062197ec13da4516642270e2057b0c26248cb.tar.gz
bump copyright year to 2020 (#13753)
-rw-r--r--compiler/options.nim2
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!)