Skip to content

Commit cdbb5a8

Browse files
committed
choir: bump version numbers
1 parent 8f90c60 commit cdbb5a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<project name="kmttg" basedir="." default="all">
3-
<property name="rversion" value="v2.9.1-l"/>
3+
<property name="rversion" value="v2.9.2-l"/>
44
<tstamp/>
55
<property name="bversion" value="${DSTAMP}-${TSTAMP}"/>
66
<property name="lib" value="lib"/>

src/com/tivo/kmttg/main/config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
import com.tivo.kmttg.httpserver.kmttgServer;
4343

4444
public class config {
45-
public static String kmttg = "kmttg v2.9.1-l";
45+
public static String kmttg = "kmttg v2.9.2-l";
4646

4747
// encoding related
4848
public static String encProfDir = "";

0 commit comments

Comments
 (0)