]> andersk Git - test.git/blobdiff - shellinabox/vt100.js
Simplify the code that compresses HTTP replies. This also gives us the ability
[test.git] / shellinabox / vt100.js
index 01073647dd178caa7439233369ed5cc40b79d905..bf064850022be99f7c47f730eb5199bbbbc3d5d9 100644 (file)
@@ -1892,7 +1892,7 @@ VT100.prototype.toggleBell = function() {
 };
 
 VT100.prototype.about = function() {
-  alert("VT100 Terminal Emulator " + "2.9 (revision 170)" +
+  alert("VT100 Terminal Emulator " + "2.9 (revision 171)" +
         "\nCopyright 2008-2009 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com");
 };
This page took 0.140059 seconds and 4 git commands to generate.