From 8f0db8f54bfa4b3903743e8a3745ea7c735478c3 Mon Sep 17 00:00:00 2001 From: pgleeson Date: Fri, 22 Sep 2023 18:28:59 +0100 Subject: [PATCH] To v1.7.5 --- build.xml | 4 ++-- nC.bat | 2 +- nCenv.sh | 2 +- nbproj/nbproject/project.xml | 2 +- src/ucl/physiol/neuroconstruct/project/GeneralProperties.java | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.xml b/build.xml index 8946c0ef..c1925453 100755 --- a/build.xml +++ b/build.xml @@ -27,9 +27,9 @@ - + - + diff --git a/nC.bat b/nC.bat index 85d95f58..6b1c5f17 100755 --- a/nC.bat +++ b/nC.bat @@ -19,7 +19,7 @@ REM than half your total physical memory is best. REM *** ASKING FOR MORE MEMORY THAN HALF MAX ON WINDOWS HAS LED TO THE APPLICATION CRASHING *** set NC_MAX_MEMORY=500M -set NC_VERSION=1.7.4 +set NC_VERSION=1.7.5 set JNEUROML_VERSION=0.13.0 diff --git a/nCenv.sh b/nCenv.sh index 25c21270..38c62fd4 100755 --- a/nCenv.sh +++ b/nCenv.sh @@ -19,7 +19,7 @@ export NC_MAX_MEMORY=450M # The rest of the settings below shouldn't have to change # Current version of neuroConstruct -export NC_VERSION=1.7.4 +export NC_VERSION=1.7.5 export JNEUROML_VERSION=0.13.0 diff --git a/nbproj/nbproject/project.xml b/nbproj/nbproject/project.xml index 23a68183..159e0691 100644 --- a/nbproj/nbproject/project.xml +++ b/nbproj/nbproject/project.xml @@ -11,7 +11,7 @@ .. ${project.dir}/build.xml - 1.7.4 + 1.7.5 0.13.0 diff --git a/src/ucl/physiol/neuroconstruct/project/GeneralProperties.java b/src/ucl/physiol/neuroconstruct/project/GeneralProperties.java index 9d7c5fd8..6e4b4a31 100755 --- a/src/ucl/physiol/neuroconstruct/project/GeneralProperties.java +++ b/src/ucl/physiol/neuroconstruct/project/GeneralProperties.java @@ -50,7 +50,7 @@ public class GeneralProperties private static final String packageOfCellTypes = "ucl.physiol.neuroconstruct.cell"; - private static final String versionNumber = "1.7.4"; + private static final String versionNumber = "1.7.5"; //private static final String latestNeuroMLVersionNumber = "1.8.1";