Skip to content

Commit

Permalink
Update to v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jun 11, 2024
1 parent 9863b52 commit 9d8716e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

<tstamp/>
<property name="name" value="neuroConstruct"/>
<property name="version" value="1.7.5"/>
<property name="version" value="1.7.6"/>
<property name="version.impl" value="${version}"/>
<property name="year" value="2023"/>
<property name="year" value="2024"/>

<echo message="----------- ${name} v${version} ------------"/>

Expand Down
2 changes: 1 addition & 1 deletion nC.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
set NC_VERSION=1.7.6

set JNEUROML_VERSION=0.13.1

Expand Down
2 changes: 1 addition & 1 deletion nCenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
export NC_VERSION=1.7.6

export JNEUROML_VERSION=0.13.1

Expand Down
2 changes: 1 addition & 1 deletion nbproj/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<property name="project.dir">..</property>
<property name="ant.script">${project.dir}/build.xml</property>
<property name="nC.version">1.7.5</property>
<property name="nC.version">1.7.6</property>
<property name="jneuroml.version">0.13.1</property>
</properties>
<folders>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class GeneralProperties

private static final String packageOfCellTypes = "ucl.physiol.neuroconstruct.cell";

private static final String versionNumber = "1.7.5";
private static final String versionNumber = "1.7.6";

//private static final String latestNeuroMLVersionNumber = "1.8.1";

Expand Down

0 comments on commit 9d8716e

Please sign in to comment.