1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-24 19:05:46 +01:00

update version to 0.6dev

This commit is contained in:
Doug Kearns
2007-09-04 02:50:42 +00:00
parent 69946fb448
commit 690ac4d13b
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
TOP = $(shell pwd) TOP = $(shell pwd)
VERSION = 0.6 VERSION = 0.6dev
OS = $(shell uname -s) OS = $(shell uname -s)
BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S") BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S")

View File

@@ -197,7 +197,7 @@ const vimperator = (function() //{{{
//}, //},
// ###VERSION### and ###DATE### are replaced by the Makefile // ###VERSION### and ###DATE### are replaced by the Makefile
version: "###VERSION### CVS (created: ###DATE###)", version: "###VERSION### (created: ###DATE###)",
input: { input: {
buffer: "", // partial command storage buffer: "", // partial command storage