Skip to content

Commit c54cfa3

Browse files
authored
Merge pull request #271 from bobjacobsen/release-0.8.01
Update version to 0.8.1
2 parents 84dcecc + d00221e commit c54cfa3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Class-Path: lib/junit.jar lib/jdom-2.0.5.jar lib/jdom.jar lib/jlfgr-1_0.jar
44

55
Name: org.openlcb
66
Specification-Title: OpenLCB
7-
Specification-Version: 0.7.4
7+
Specification-Version: 0.8.1
88
Specification-Vendor: OpenLCB group
99
Package-Title: openlcb
10-
Package-Version: 0.7.39
10+
Package-Version: 0.8.1
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.39</version>
7+
<version>0.8.1</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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* <P>
1111
* You have to manually keep this synchronized with the manifest file.
1212
*
13-
* @author Bob Jacobsen Copyright 2011 - 2012
13+
* @author Bob Jacobsen Copyright 2011 - 2024
1414
*/
1515

1616
public class Version {
@@ -25,15 +25,15 @@ public class Version {
2525
* Minor number changes with change that
2626
* effects interoperability
2727
*/
28-
static final public int minor = 7;
28+
static final public int minor = 8;
2929

3030
/* Specification modifier - updated periodically
3131
*/
32-
static final public int specMod = 4;
32+
static final public int specMod = 1;
3333

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

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

0 commit comments

Comments
 (0)