Skip to content

Commit 3880878

Browse files
update the tunnel version internally
1 parent 6c30a10 commit 3880878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/TN.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class TN
5555

5656
//static String troggleurl = "http://framos.lawoftheland.co.uk/troggle/"
5757
static String troggleurl = "http://127.0.0.1:8000/"; // jgtuploadfile, jgtfile
58-
static String tunnelversion = "version2023-08-nix DoESNix";
58+
static String tunnelversion = "version2023-09-nix DoESNix";
5959
static String tunneluser = "DoES"; // reset in InitFA from system properties
6060
static String tunnelpassword = "gosser"; // to be set from the command line
6161
static String tunnelproject = "cuccaustria"; // to be set from the command line
@@ -214,8 +214,8 @@ static String shortenString(String ssval, int maxleng)
214214
static String SUFF_JPG = ".jpg";
215215
static String SUFF_JPEG = ".jpeg";
216216
static String SUFF_BMP = ".bmp";
217-
static String SUFF_3D = ".3d";
218-
static String SUFF_PDF = ".pdf";
217+
static String SUFF_3D = ".3d";
218+
static String SUFF_PDF = ".pdf";
219219
static String SUFF_SVG = ".svg";
220220

221221
static String SUFF_TXT = ".TXT";

0 commit comments

Comments
 (0)