Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To jnml 0.13.2 #78

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nC.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set NC_MAX_MEMORY=500M

set NC_VERSION=1.7.6

set JNEUROML_VERSION=0.13.1
set JNEUROML_VERSION=0.13.2

REM -----------------------------
REM Should no longer be changed. **Very old version** of lems/nml libs...
Expand Down
2 changes: 1 addition & 1 deletion nCenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export NC_MAX_MEMORY=450M
# Current version of neuroConstruct
export NC_VERSION=1.7.6

export JNEUROML_VERSION=0.13.1
export JNEUROML_VERSION=0.13.2

#########
# These are for **very old versions** of NML2/LEMS libraries...
Expand Down
2 changes: 1 addition & 1 deletion nbproj/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="project.dir">..</property>
<property name="ant.script">${project.dir}/build.xml</property>
<property name="nC.version">1.7.6</property>
<property name="jneuroml.version">0.13.1</property>
<property name="jneuroml.version">0.13.2</property>
</properties>
<folders>
<source-folder>
Expand Down