From 1b13f85a0388fac42c74f4e9eabe72a7d169a363 Mon Sep 17 00:00:00 2001 From: Balazs Racz Date: Thu, 9 Mar 2023 19:14:59 -0800 Subject: [PATCH] Bump version to 0.7.32 --- 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 1e21e589..604ef374 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.31 +Package-Version: 0.7.32 Package-Vendor: OpenLCB group diff --git a/pom.xml b/pom.xml index 73a3bb86..cfa79e75 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openlcb openlcb jar - 0.7.31 + 0.7.32 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 c1998b05..9023831d 100644 --- a/src/org/openlcb/Version.java +++ b/src/org/openlcb/Version.java @@ -34,7 +34,7 @@ public class Version { /* Library modifier - updated periodically */ - static final public int libMod = 31; + static final public int libMod = 32; /** * Checks if the current specification version is above a specific threshold.