diff --git a/manifest b/manifest
index 09cbb810..ff135e83 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.37
+Package-Version: 0.7.39
Package-Vendor: OpenLCB group
diff --git a/pom.xml b/pom.xml
index bc32e80d..fe031bcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.openlcb
openlcb
jar
- 0.7.37
+ 0.7.39
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 6a78c3ce..8425b62f 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 = 37;
+ static final public int libMod = 39;
/**
* Checks if the current specification version is above a specific threshold.