summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--compiler/nversion.nim2
-rw-r--r--doc/estp.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler/nversion.nim b/compiler/nversion.nim
index 39fcd6c18..bcb6a284e 100644
--- a/compiler/nversion.nim
+++ b/compiler/nversion.nim
@@ -15,7 +15,7 @@ const
   defaultAsmMarkerSymbol* = '!'
   VersionMajor* = 0
   VersionMinor* = 9
-  VersionPatch* = 1
+  VersionPatch* = 2
   VersionAsString* = $VersionMajor & "." & $VersionMinor & "." & $VersionPatch
 
   RodFileVersion* = "1212"       # modify this if the rod-format changes!
diff --git a/doc/estp.txt b/doc/estp.txt
index 58b788aa0..353e4576f 100644
--- a/doc/estp.txt
+++ b/doc/estp.txt
@@ -36,7 +36,7 @@ the most memory and thus create the most GC pressure. It may also help to
 find memory leaks. To activate the memory profiler you need to do:
 
 * compile your program with the ``--profiler:off --stackTrace:on -d:memProfiler``
-  command line options
+  command line options. Yes it's ``--profiler:off``.
 * import the ``nimprof`` module
 * run your program as usual.
 
2019-03-10 21:23:22 -0400 Flesh out command parsing & handling' href='/akspecs/aerc/commit/commands/next-folder.go?h=0.4.0&id=d394fd1f3b8625c7cc1c1f483f35d5b137a28c7c'>d394fd1 ^
24daef8 ^
d394fd1 ^







24daef8 ^
d394fd1 ^

b60999c ^
9e28a02 ^


d394fd1 ^






b60999c ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46