mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 04:15:47 +01:00
update version to 0.6dev
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@
|
||||
|
||||
TOP = $(shell pwd)
|
||||
|
||||
VERSION = 0.6
|
||||
VERSION = 0.6dev
|
||||
OS = $(shell uname -s)
|
||||
BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S")
|
||||
|
||||
|
||||
@@ -197,7 +197,7 @@ const vimperator = (function() //{{{
|
||||
//},
|
||||
|
||||
// ###VERSION### and ###DATE### are replaced by the Makefile
|
||||
version: "###VERSION### CVS (created: ###DATE###)",
|
||||
version: "###VERSION### (created: ###DATE###)",
|
||||
|
||||
input: {
|
||||
buffer: "", // partial command storage
|
||||
|
||||
Reference in New Issue
Block a user