Skip to content

Commit 8aaa252

Browse files
authored
Merge pull request #100 from NeuroML/experimental
To v0.13.2
2 parents c820002 + 7538a96 commit 8aaa252

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

jnml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Type java -X for more info
66
export JNML_MAX_MEMORY=400M
77

8-
export JNML_VERSION=0.13.1
8+
export JNML_VERSION=0.13.2
99

1010

1111
export CLASSPATH=.:./target/jNeuroML-$JNML_VERSION-jar-with-dependencies.jar:$JNML_HOME/target/jNeuroML-$JNML_VERSION-jar-with-dependencies.jar

jnml.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
set JNML_VERSION=0.13.1
3+
set JNML_VERSION=0.13.2
44

55
set CLASSPATH=target\jNeuroML-%JNML_VERSION%-jar-with-dependencies.jar;%JNML_HOME%\jNeuroML-%JNML_VERSION%-jar-with-dependencies.jar
66

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.neuroml</groupId>
66
<artifactId>jNeuroML</artifactId>
7-
<version>0.13.1</version>
7+
<version>0.13.2</version>
88
<packaging>jar</packaging>
99

1010
<name>jNeuroML</name>

src/main/java/org/neuroml/JNeuroML.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class JNeuroML
6060

6161
public static final String JNML_SCRIPT = "jnml";
6262

63-
public static final String JNML_VERSION = "0.13.1";
63+
public static final String JNML_VERSION = "0.13.2";
6464

6565
public static final String HELP_FLAG = "-help";
6666
public static final String HELP_FLAG_SHORT = "-h";

0 commit comments

Comments
 (0)