From 80f6d58d072bdbb38bc1cd1dbbfea2e9501c9cda Mon Sep 17 00:00:00 2001 From: Bob Jacobsen Date: Thu, 18 Apr 2024 12:10:17 -0400 Subject: [PATCH] update version numbers for release 0.7.37 --- manifest | 2 +- pom.xml | 2 +- src/org/openlcb/Version.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest b/manifest index 23e90f8f..09cbb810 100644 --- a/manifest +++ b/manifest @@ -7,6 +7,6 @@ Specification-Title: OpenLCB Specification-Version: 0.7.4 Specification-Vendor: OpenLCB group Package-Title: openlcb -Package-Version: 0.7.35 +Package-Version: 0.7.37 Package-Vendor: OpenLCB group diff --git a/pom.xml b/pom.xml index 8ae21bc7..bc32e80d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openlcb openlcb jar - 0.7.35 + 0.7.37 OpenLCB OpenLCB Java Reference Implementation. http://openlcb.github.com/OpenLCB_Java diff --git a/src/org/openlcb/Version.java b/src/org/openlcb/Version.java index 0fea5a01..6a78c3ce 100644 --- a/src/org/openlcb/Version.java +++ b/src/org/openlcb/Version.java @@ -33,7 +33,7 @@ public class Version { /* Library modifier - updated periodically */ - static final public int libMod = 35; + static final public int libMod = 37; /** * Checks if the current specification version is above a specific threshold.