File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
4
4
5
5
Name: org.openlcb
6
6
Specification-Title: OpenLCB
7
- Specification-Version: 0.7.4
7
+ Specification-Version: 0.8.1
8
8
Specification-Vendor: OpenLCB group
9
9
Package-Title: openlcb
10
- Package-Version: 0.7.39
10
+ Package-Version: 0.8.1
11
11
Package-Vendor: OpenLCB group
12
12
Original file line number Diff line number Diff line change 4
4
<groupId >org.openlcb</groupId >
5
5
<artifactId >openlcb</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >0.7.39 </version >
7
+ <version >0.8.1 </version >
8
8
<name >OpenLCB</name >
9
9
<description >OpenLCB Java Reference Implementation.</description >
10
10
<url >http://openlcb.github.com/OpenLCB_Java</url >
Original file line number Diff line number Diff line change 10
10
* <P>
11
11
* You have to manually keep this synchronized with the manifest file.
12
12
*
13
- * @author Bob Jacobsen Copyright 2011 - 2012
13
+ * @author Bob Jacobsen Copyright 2011 - 2024
14
14
*/
15
15
16
16
public class Version {
@@ -25,15 +25,15 @@ public class Version {
25
25
* Minor number changes with change that
26
26
* effects interoperability
27
27
*/
28
- static final public int minor = 7 ;
28
+ static final public int minor = 8 ;
29
29
30
30
/* Specification modifier - updated periodically
31
31
*/
32
- static final public int specMod = 4 ;
32
+ static final public int specMod = 1 ;
33
33
34
34
/* Library modifier - updated periodically
35
35
*/
36
- static final public int libMod = 39 ;
36
+ static final public int libMod = 1 ;
37
37
38
38
/**
39
39
* Checks if the current specification version is above a specific threshold.
You can’t perform that action at this time.
0 commit comments