Skip to content

Commit

Permalink
v2.6-l-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
lart2150 committed Dec 5, 2022
1 parent 839d87f commit c0255ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0"?>
<project name="kmttg" basedir="." default="all">
<property name="rversion" value="v2.5a-l"/>
<property name="rversion" value="v2.6-l-rc1"/>
<tstamp/>
<property name="bversion" value="${DSTAMP}-${TSTAMP}"/>
<property name="lib" value="lib"/>
<property name="fxlib" value="C:\Program Files\Eclipse Adoptium\javafx-sdk-11.0.2\lib"/>
<property name="release" value="release"/>
<property name="main" value="."/>
<property name="main.class" value="com.tivo.kmttg.main.kmttg"/>
Expand All @@ -15,6 +16,14 @@
<pathelement location="${lib}/tivo-libre.jar"/>
<pathelement location="${lib}/httpclient5-5.1.3.jar"/>
<pathelement location="${lib}/httpcore5-5.1.3.jar"/>
<pathelement location="${fxlib}/javafx.base.jar"/>
<pathelement location="${fxlib}/javafx.controls.jar"/>
<pathelement location="${fxlib}/javafx.fxml.jar"/>
<pathelement location="${fxlib}/javafx.graphics.jar"/>
<pathelement location="${fxlib}/jjavafx.media.jar"/>
<pathelement location="${fxlib}/javafx.swing.jar"/>
<pathelement location="${fxlib}/javafx.web.jar"/>
<pathelement location="${fxlib}/javafx-swt.jar"/>
</path>
<target name="clean">
<delete dir="bin"/>
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.5a-l";
public static String kmttg = "kmttg v2.6-l-rc1";

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

0 comments on commit c0255ba

Please sign in to comment.