From 5e8eb60362b62e1802a732cc926795a943623d19 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Wed, 25 Apr 2007 09:30:57 +0000 Subject: [PATCH] changed version number for now a little --- chrome/content/vimperator/vimperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/vimperator/vimperator.js b/chrome/content/vimperator/vimperator.js index 7dde3bc4..d1dfd17c 100644 --- a/chrome/content/vimperator/vimperator.js +++ b/chrome/content/vimperator/vimperator.js @@ -26,7 +26,7 @@ the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. }}} ***** END LICENSE BLOCK *****/ -var g_vimperator_version = "0.4 (CVS)"; +var g_vimperator_version = "0.4 (CVS) [new vimperator-guid]"; const MODE_NORMAL = 1; const MODE_INSERT = 2;