diff 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
line wrap: on
line diff
--- a/app/src/main/java/org/tn5250j/TN5250jConstants.java	Thu Dec 03 12:33:34 2015 -0800
+++ b/app/src/main/java/org/tn5250j/TN5250jConstants.java	Mon Jan 04 15:52:25 2016 -0800
@@ -27,7 +27,7 @@
     // Version information
     public static final String tn5250jRelease = "0";
     public static final String tn5250jVersion = ".7";
-    public static final String tn5250jSubVer = ".4";
+    public static final String tn5250jSubVer = ".7";
 
     public static final String VERSION_INFO = tn5250jRelease + tn5250jVersion + tn5250jSubVer;