Skip to content

Commit f2aecbe

Browse files
authored
Merge pull request #89 from NeuroML/experimental
To v0.12.1
2 parents 28a04a6 + 23b6345 commit f2aecbe

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.12.0
8+
export JNML_VERSION=0.12.1
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.12.0
3+
set JNML_VERSION=0.12.1
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.12.0</version>
7+
<version>0.12.1</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.12.0";
63+
public static final String JNML_VERSION = "0.12.1";
6464

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

0 commit comments

Comments
 (0)