Skip to content

Commit 3fa1765

Browse files
authored
Merge pull request #281 from openlcb/dph-newrelease0.8.4
Update to release 0.8.4
2 parents 0d0676c + f772ac7 commit 3fa1765

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Class-Path: lib/junit.jar lib/jdom-2.0.5.jar lib/jdom.jar lib/jlfgr-1_0.jar
44

55
Name: org.openlcb
66
Specification-Title: OpenLCB
7-
Specification-Version: 0.8.2
7+
Specification-Version: 0.8.4
88
Specification-Vendor: OpenLCB group
99
Package-Title: openlcb
10-
Package-Version: 0.8.2
10+
Package-Version: 0.8.4
1111
Package-Vendor: OpenLCB group
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.openlcb</groupId>
55
<artifactId>openlcb</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.8.2</version>
7+
<version>0.8.4</version>
88
<name>OpenLCB</name>
99
<description>OpenLCB Java Reference Implementation.</description>
1010
<url>http://openlcb.github.com/OpenLCB_Java</url>

src/org/openlcb/Version.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ public class Version {
2929

3030
/* Specification modifier - updated periodically
3131
*/
32-
static final public int specMod = 2;
32+
static final public int specMod = 4;
3333

3434
/* Library modifier - updated periodically
3535
*/
36-
static final public int libMod = 2;
36+
static final public int libMod = 4;
3737

3838
/**
3939
* Checks if the current specification version is above a specific threshold.

0 commit comments

Comments
 (0)