Skip to content

Commit

Permalink
Merge pull request #251 from bobjacobsen/release0.7.35
Browse files Browse the repository at this point in the history
Update to 0.7.35
  • Loading branch information
dpharris authored Feb 20, 2024
2 parents cf62e54 + 0b19acd commit 7cda3cc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/PRCiChecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 1.8
distribution: 'zulu'
java-version: 8.0.392+8
- name: Build with Maven
env:
DISPLAY: ":99.0"
Expand Down
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.34
Package-Version: 0.7.35
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.34</version>
<version>0.7.35</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 = 34;
static final public int libMod = 35;

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

0 comments on commit 7cda3cc

Please sign in to comment.