Skip to content

Commit 2dc66d2

Browse files
committed
new release setup
1 parent 615d9c9 commit 2dc66d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Specification-Title: OpenLCB
77
Specification-Version: 0.7.4
88
Specification-Vendor: OpenLCB group
99
Package-Title: openlcb
10-
Package-Version: 0.7.33
10+
Package-Version: 0.7.34
1111
Package-Vendor: OpenLCB group
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.openlcb</groupId>
55
<artifactId>openlcb</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.7.33</version>
7+
<version>0.7.34</version>
88
<name>OpenLCB</name>
99
<description>OpenLCB Java Reference Implementation.</description>
1010
<url>http://openlcb.github.com/OpenLCB_Java</url>

src/org/openlcb/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class Version {
3333

3434
/* Library modifier - updated periodically
3535
*/
36-
static final public int libMod = 33;
36+
static final public int libMod = 34;
3737

3838
/**
3939
* Checks if the current specification version is above a specific threshold.

0 commit comments

Comments
 (0)