Skip to content

Commit

Permalink
bumping version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lart2150 committed Feb 19, 2023
1 parent 84eaf8e commit ec0c30f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<project name="kmttg" basedir="." default="all">
<property name="rversion" value="v2.7-rc3-l"/>
<property name="rversion" value="v2.7-l"/>
<tstamp/>
<property name="bversion" value="${DSTAMP}-${TSTAMP}"/>
<property name="lib" value="lib"/>
Expand Down
2 changes: 1 addition & 1 deletion src/com/tivo/kmttg/main/config.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import com.tivo.kmttg.httpserver.kmttgServer;

public class config {
public static String kmttg = "kmttg v2.7-rc3-l";
public static String kmttg = "kmttg v2.7-l";

// encoding related
public static String encProfDir = "";
Expand Down

0 comments on commit ec0c30f

Please sign in to comment.