From 1684a82b15dee35812c1340e26d721ee64a28751 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 2 Feb 2018 10:53:38 +0100 Subject: Version 3.3 from a fresh installation --- CakeInit.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CakeInit.R') diff --git a/CakeInit.R b/CakeInit.R index a23ad95..72cb433 100644 --- a/CakeInit.R +++ b/CakeInit.R @@ -39,7 +39,7 @@ options(error=recover) options(warn=-1) # When running from C#, this must match the C# CAKE version -CAKE.version<-"3.2" +CAKE.version<-"3.3" # The number of data points to use to draw lines on CAKE plots. CAKE.plots.resolution<-401 -- cgit v1.2.1