Skip to content

Commit 0a8ebad

Browse files
authored
Merge pull request #73 from NeuralEnsemble/development
To v1.7.5
2 parents 97f54cc + 8f0db8f commit 0a8ebad

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
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

nC.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ REM than half your total physical memory is best.
1919
REM *** ASKING FOR MORE MEMORY THAN HALF MAX ON WINDOWS HAS LED TO THE APPLICATION CRASHING ***
2020
set NC_MAX_MEMORY=500M
2121

22-
set NC_VERSION=1.7.4
22+
set NC_VERSION=1.7.5
2323

2424
set JNEUROML_VERSION=0.13.0
2525

nCenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2424
export JNEUROML_VERSION=0.13.0
2525

nbproj/nbproject/project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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>

src/ucl/physiol/neuroconstruct/project/GeneralProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)