File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
src/ucl/physiol/neuroconstruct/project Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727
2828 <tstamp />
2929 <property name =" name" value =" neuroConstruct" />
30- <property name =" version" value =" 1.7.4 " />
30+ <property name =" version" value =" 1.7.5 " />
3131 <property name =" version.impl" value =" ${ version } " />
32- <property name =" year" value =" 2022 " />
32+ <property name =" year" value =" 2023 " />
3333
3434 <echo message =" ----------- ${ name } v${ version } ------------" />
3535
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ REM than half your total physical memory is best.
1919REM *** ASKING FOR MORE MEMORY THAN HALF MAX ON WINDOWS HAS LED TO THE APPLICATION CRASHING ***
2020set NC_MAX_MEMORY = 500M
2121
22- set NC_VERSION = 1.7.4
22+ set NC_VERSION = 1.7.5
2323
2424set JNEUROML_VERSION = 0.13.0
2525
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export NC_MAX_MEMORY=450M
1919# The rest of the settings below shouldn't have to change
2020
2121# Current version of neuroConstruct
22- export NC_VERSION=1.7.4
22+ export NC_VERSION=1.7.5
2323
2424export JNEUROML_VERSION=0.13.0
2525
Original file line number Diff line number Diff line change 1111 <properties >
1212 <property name =" project.dir" >..</property >
1313 <property name =" ant.script" >${project.dir}/build.xml</property >
14- <property name =" nC.version" >1.7.4 </property >
14+ <property name =" nC.version" >1.7.5 </property >
1515 <property name =" jneuroml.version" >0.13.0</property >
1616 </properties >
1717 <folders >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public class GeneralProperties
5050
5151 private static final String packageOfCellTypes = "ucl.physiol.neuroconstruct.cell" ;
5252
53- private static final String versionNumber = "1.7.4 " ;
53+ private static final String versionNumber = "1.7.5 " ;
5454
5555 //private static final String latestNeuroMLVersionNumber = "1.8.1";
5656
You can’t perform that action at this time.
0 commit comments