]> andersk Git - test.git/blobdiff - shellinabox/vt100.js
Fixed a NULL pointer dereference that can occur when hostnames
[test.git] / shellinabox / vt100.js
index bd09662625b9c885f1fabdce018a3d2226d0b020..d62cba0a45ccab992db4e10e810cbc94bedcda93 100644 (file)
@@ -1955,7 +1955,7 @@ VT100.prototype.toggleBell = function() {
 };
 
 VT100.prototype.about = function() {
-  alert("VT100 Terminal Emulator " + "2.10 (revision 204)" +
+  alert("VT100 Terminal Emulator " + "2.10 (revision 206)" +
         "\nCopyright 2008-2010 by Markus Gutschke\n" +
         "For more information check http://shellinabox.com");
 };
This page took 0.029711 seconds and 4 git commands to generate.