1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 21:22:26 +01:00

added ###VERSION### and ###DATE### for being seded in the Makefile

This commit is contained in:
Martin Stubenschrott
2007-04-28 16:05:13 +00:00
parent cdcf828bb9
commit 3777c098da
4 changed files with 8 additions and 7 deletions

View File

@@ -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) [>=28/04/2007]";
var g_vimperator_version = "###VERSION### (created: ###date###)";
const MODE_NORMAL = 1;
const MODE_INSERT = 2;