From a203abf8dd3114970314e0e3d3f2e64d421286df Mon Sep 17 00:00:00 2001 From: sasagawa888 Date: Mon, 25 Nov 2024 15:55:12 +0900 Subject: [PATCH] Update version number. fixed dp_transfer/1 on rasPI --- npl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npl.h b/npl.h index 4adbcdf..48b9930 100644 --- a/npl.h +++ b/npl.h @@ -16,7 +16,7 @@ address 5,000,001 - 30,000,000 working area 30,000,001 - 50,000,000 variant area */ -#define VERSION 3.45 +#define VERSION 3.46 #define CELLSIZE 30000000 // if raspberry PI set smaller size. #define HEAPSIZE 5000000 #define FREESIZE 500