diff options
author | Araq <rumpf_a@web.de> | 2015-01-13 21:38:13 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-01-13 21:38:13 +0100 |
commit | 6b3473ad1b4eec3a2a0504e22de01ba52ab52c6e (patch) | |
tree | a081b126a2d900a0b5e884f5dee75f6a0357cbf1 | |
parent | 20774ad43c84048ffedb1b54625effc28b27a71d (diff) | |
download | Nim-6b3473ad1b4eec3a2a0504e22de01ba52ab52c6e.tar.gz |
koch doesn't use compiler/nversion (makes no sense); updated twitter link
-rw-r--r-- | koch.nim | 2 | ||||
-rw-r--r-- | web/community.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/koch.nim b/koch.nim index ed29539ae..13bcc3db1 100644 --- a/koch.nim +++ b/koch.nim @@ -18,7 +18,7 @@ when defined(gcc) and defined(windows): import os, strutils, parseopt, osproc, streams -import "compiler/nversion.nim" +const VersionAsString = system.NimVersion #"0.10.2" when defined(withUpdate): import httpclient diff --git a/web/community.txt b/web/community.txt index f5d6db0e7..5c0d30856 100644 --- a/web/community.txt +++ b/web/community.txt @@ -49,7 +49,7 @@ Nim's Community Twitter ------- - Follow us `@nimlang <http://twitter.com/nimlang>`_ for latest news about + Follow us `@nim_lang <http://twitter.com/nim_lang>`_ for latest news about Nim. .. container:: standout |