|
From: <br...@us...> - 2016-07-15 05:09:59
|
Revision: 4213
http://sourceforge.net/p/openlcb/svn/4213
Author: bracz
Date: 2016-07-15 05:09:56 +0000 (Fri, 15 Jul 2016)
Log Message:
-----------
Updates to 0.7 version of the library, regenerates JAR files.
Modified Paths:
--------------
trunk/prototypes/java/manifest
trunk/prototypes/java/openlcb-demo.jar
trunk/prototypes/java/openlcb.jar
trunk/prototypes/java/src/org/openlcb/Version.java
Modified: trunk/prototypes/java/manifest
===================================================================
--- trunk/prototypes/java/manifest 2016-07-14 17:31:36 UTC (rev 4212)
+++ trunk/prototypes/java/manifest 2016-07-15 05:09:56 UTC (rev 4213)
@@ -4,9 +4,9 @@
Name: org.openlcb
Specification-Title: OpenLCB
-Specification-Version: 0.6.4
+Specification-Version: 0.7.4
Specification-Vendor: OpenLCB group
Package-Title: openlcb
-Package-Version: 0.6.5
+Package-Version: 0.7.5
Package-Vendor: OpenLCB group
Modified: trunk/prototypes/java/openlcb-demo.jar
===================================================================
(Binary files differ)
Modified: trunk/prototypes/java/openlcb.jar
===================================================================
(Binary files differ)
Modified: trunk/prototypes/java/src/org/openlcb/Version.java
===================================================================
--- trunk/prototypes/java/src/org/openlcb/Version.java 2016-07-14 17:31:36 UTC (rev 4212)
+++ trunk/prototypes/java/src/org/openlcb/Version.java 2016-07-15 05:09:56 UTC (rev 4213)
@@ -26,7 +26,7 @@
* Minor number changes with change that
* effects interoperability
*/
- static final public int minor = 6;
+ static final public int minor = 7;
/* Specification modifier - updated periodically
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|