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
44
55Name: org.openlcb
66Specification-Title: OpenLCB
7- Specification-Version: 0.8.2
7+ Specification-Version: 0.8.4
88Specification-Vendor: OpenLCB group
99Package-Title: openlcb
10- Package-Version: 0.8.2
10+ Package-Version: 0.8.4
1111Package-Vendor: OpenLCB group
1212
Original file line number Diff line number Diff line change 44 <groupId >org.openlcb</groupId >
55 <artifactId >openlcb</artifactId >
66 <packaging >jar</packaging >
7- <version >0.8.2 </version >
7+ <version >0.8.4 </version >
88 <name >OpenLCB</name >
99 <description >OpenLCB Java Reference Implementation.</description >
1010 <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 {
2929
3030 /* Specification modifier - updated periodically
3131 */
32- static final public int specMod = 2 ;
32+ static final public int specMod = 4 ;
3333
3434 /* Library modifier - updated periodically
3535 */
36- static final public int libMod = 2 ;
36+ static final public int libMod = 4 ;
3737
3838 /**
3939 * Checks if the current specification version is above a specific threshold.
You can’t perform that action at this time.
0 commit comments