We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f90c60 commit cdbb5a8Copy full SHA for cdbb5a8
build.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0"?>
2
<project name="kmttg" basedir="." default="all">
3
- <property name="rversion" value="v2.9.1-l"/>
+ <property name="rversion" value="v2.9.2-l"/>
4
<tstamp/>
5
<property name="bversion" value="${DSTAMP}-${TSTAMP}"/>
6
<property name="lib" value="lib"/>
src/com/tivo/kmttg/main/config.java
@@ -42,7 +42,7 @@
42
import com.tivo.kmttg.httpserver.kmttgServer;
43
44
public class config {
45
- public static String kmttg = "kmttg v2.9.1-l";
+ public static String kmttg = "kmttg v2.9.2-l";
46
47
// encoding related
48
public static String encProfDir = "";
0 commit comments