Skip to content

Commit

Permalink
Update to release 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dpharris committed Nov 28, 2024
1 parent 0d0676c commit f772ac7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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/jdom-2.0.5.jar lib/jdom.jar lib/jlfgr-1_0.jar

Name: org.openlcb
Specification-Title: OpenLCB
Specification-Version: 0.8.2
Specification-Version: 0.8.4
Specification-Vendor: OpenLCB group
Package-Title: openlcb
Package-Version: 0.8.2
Package-Version: 0.8.4
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.2</version>
<version>0.8.4</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 = 2;
static final public int specMod = 4;

/* Library modifier - updated periodically
*/
static final public int libMod = 2;
static final public int libMod = 4;

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

0 comments on commit f772ac7

Please sign in to comment.