Skip to content

Commit

Permalink
Merge pull request #247 from openlcb/dph-2024.02.19-newrelease
Browse files Browse the repository at this point in the history
new release 0.7.34
  • Loading branch information
dpharris authored Feb 19, 2024
2 parents 80f4268 + 2dc66d2 commit cf62e54
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.33
Package-Version: 0.7.34
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.33</version>
<version>0.7.34</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 = 33;
static final public int libMod = 34;

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

0 comments on commit cf62e54

Please sign in to comment.