Skip to content

Commit afd16c3

Browse files
authored
Merge pull request #260 from bobjacobsen/for-releae-0.7.37
Update version numbers for release 0.7.37
2 parents b133728 + 80f6d58 commit afd16c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Specification-Title: OpenLCB
77
Specification-Version: 0.7.4
88
Specification-Vendor: OpenLCB group
99
Package-Title: openlcb
10-
Package-Version: 0.7.35
10+
Package-Version: 0.7.37
1111
Package-Vendor: OpenLCB group
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.openlcb</groupId>
55
<artifactId>openlcb</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.7.35</version>
7+
<version>0.7.37</version>
88
<name>OpenLCB</name>
99
<description>OpenLCB Java Reference Implementation.</description>
1010
<url>http://openlcb.github.com/OpenLCB_Java</url>

src/org/openlcb/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class Version {
3333

3434
/* Library modifier - updated periodically
3535
*/
36-
static final public int libMod = 35;
36+
static final public int libMod = 37;
3737

3838
/**
3939
* Checks if the current specification version is above a specific threshold.

0 commit comments

Comments
 (0)