Skip to content

Commit

Permalink
Merge pull request #260 from bobjacobsen/for-releae-0.7.37
Browse files Browse the repository at this point in the history
Update version numbers for release 0.7.37
  • Loading branch information
dpharris authored Apr 18, 2024
2 parents b133728 + 80f6d58 commit afd16c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Specification-Title: OpenLCB
Specification-Version: 0.7.4
Specification-Vendor: OpenLCB group
Package-Title: openlcb
Package-Version: 0.7.35
Package-Version: 0.7.37
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.7.35</version>
<version>0.7.37</version>
<name>OpenLCB</name>
<description>OpenLCB Java Reference Implementation.</description>
<url>http://openlcb.github.com/OpenLCB_Java</url>
Expand Down
2 changes: 1 addition & 1 deletion src/org/openlcb/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Version {

/* Library modifier - updated periodically
*/
static final public int libMod = 35;
static final public int libMod = 37;

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

0 comments on commit afd16c3

Please sign in to comment.