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:
2
Makefile
2
Makefile
@@ -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")
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user