Mercurial > 510Connectbot
comparison app/src/main/java/org/tn5250j/TN5250jConstants.java @ 445:8fa8e73e2f5c
update to tn5250j version 0.7.7, svn r1270
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 04 Jan 2016 15:52:25 -0800 |
parents | d29cce60f393 |
children | 2eb4fa13b9ef |
comparison
equal
deleted
inserted
replaced
444:5a74f1b7c1db | 445:8fa8e73e2f5c |
---|---|
25 public class TN5250jConstants { | 25 public class TN5250jConstants { |
26 | 26 |
27 // Version information | 27 // Version information |
28 public static final String tn5250jRelease = "0"; | 28 public static final String tn5250jRelease = "0"; |
29 public static final String tn5250jVersion = ".7"; | 29 public static final String tn5250jVersion = ".7"; |
30 public static final String tn5250jSubVer = ".4"; | 30 public static final String tn5250jSubVer = ".7"; |
31 | 31 |
32 public static final String VERSION_INFO = tn5250jRelease + tn5250jVersion + tn5250jSubVer; | 32 public static final String VERSION_INFO = tn5250jRelease + tn5250jVersion + tn5250jSubVer; |
33 | 33 |
34 // STATE | 34 // STATE |
35 static final int STATE_DISCONNECTED = 0; | 35 static final int STATE_DISCONNECTED = 0; |