File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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.8.2
7
+ Specification-Version: 0.8.4
8
8
Specification-Vendor: OpenLCB group
9
9
Package-Title: openlcb
10
- Package-Version: 0.8.2
10
+ Package-Version: 0.8.4
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.8.2 </version >
7
+ <version >0.8.4 </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 @@ -29,11 +29,11 @@ public class Version {
29
29
30
30
/* Specification modifier - updated periodically
31
31
*/
32
- static final public int specMod = 2 ;
32
+ static final public int specMod = 4 ;
33
33
34
34
/* Library modifier - updated periodically
35
35
*/
36
- static final public int libMod = 2 ;
36
+ static final public int libMod = 4 ;
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