From d4e4115ecc12917823ba0f681eafeb1a3e0e15a3 Mon Sep 17 00:00:00 2001 From: Mike Fikes Date: Fri, 28 Jul 2017 19:41:46 -0400 Subject: [PATCH] 2.6.0 --- planck-c/globals.h | 2 +- site/src/performance.md | 2 +- site/src/repl.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/planck-c/globals.h b/planck-c/globals.h index 16584079..e618b011 100644 --- a/planck-c/globals.h +++ b/planck-c/globals.h @@ -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 diff --git a/site/src/performance.md b/site/src/performance.md index a64092ec..9e2c9c69 100644 --- a/site/src/performance.md +++ b/site/src/performance.md @@ -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. diff --git a/site/src/repl.md b/site/src/repl.md index f9f04cc3..85dfb80d 100644 --- a/site/src/repl.md +++ b/site/src/repl.md @@ -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)