Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Jul 28, 2017
1 parent 690b6f5 commit d4e4115
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion planck-c/globals.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Global variables used throughout Planck

#define PLANCK_VERSION "2.5.0"
#define PLANCK_VERSION "2.6.0"

#define EXIT_SUCCESS_INTERNAL -257

Expand Down
2 changes: 1 addition & 1 deletion site/src/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The caching mechanism works whether your are running `planck` to execute a scrip
Planck uses a (naïve) file timestamp mechanism to know if cache files are stale, and it additionally looks at comments like the following

```
// Compiled by ClojureScript 1.9.562 {:static-fns true, :elide-asserts true}
// Compiled by ClojureScript 1.9.854 {:static-fns true, :elide-asserts true}
```

in the compiled JavaScript to see if the files are applicable. If a file can’t be used, it is replaced with an updated copy.
Expand Down
4 changes: 2 additions & 2 deletions site/src/repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ If you don't provide any `-i` or `-e` options or args to `planck` when launching

```
$ planck
Planck 2.5.0
ClojureScript 1.9.562
Planck 2.6.0
ClojureScript 1.9.854
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
Expand Down

0 comments on commit d4e4115

Please sign in to comment.