Skip to content
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
4 changes: 2 additions & 2 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Class-Path: lib/junit.jar lib/jdom2-2.0.6.jar lib/jlfgr-1_0.jar lib/xercesImpl.j

Name: org.openlcb
Specification-Title: OpenLCB
Specification-Version: 0.8.5
Specification-Version: 0.8.6
Specification-Vendor: OpenLCB group
Package-Title: openlcb
Package-Version: 0.8.5
Package-Version: 0.8.6
Package-Vendor: OpenLCB group

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.openlcb</groupId>
<artifactId>openlcb</artifactId>
<packaging>jar</packaging>
<version>0.8.5</version>
<version>0.8.6</version>
<name>OpenLCB</name>
<description>OpenLCB Java Reference Implementation.</description>
<url>http://openlcb.github.com/OpenLCB_Java</url>
Expand Down
4 changes: 2 additions & 2 deletions src/org/openlcb/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ public class Version {

/* Specification modifier - updated periodically
*/
static final public int specMod = 5;
static final public int specMod = 6;

/* Library modifier - updated periodically
*/
static final public int libMod = 5;
static final public int libMod = 6;

/**
* Checks if the current specification version is above a specific threshold.
Expand Down