From 2dc66d29419fc6ae90ba71a7a068c79479df4f64 Mon Sep 17 00:00:00 2001 From: David Harris Date: Mon, 19 Feb 2024 15:38:31 -0800 Subject: [PATCH] new release setup --- 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 b3c70737..c97db8ba 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.33 +Package-Version: 0.7.34 Package-Vendor: OpenLCB group diff --git a/pom.xml b/pom.xml index ce40f377..de349c7d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openlcb openlcb jar - 0.7.33 + 0.7.34 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 a7bff7ea..8d4742c6 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 = 33; + static final public int libMod = 34; /** * Checks if the current specification version is above a specific threshold.