mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 22:07:59 +01:00
Changed version number to 0.6 CVS
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@
|
||||
|
||||
TOP = $(shell pwd)
|
||||
|
||||
VERSION = 0.5
|
||||
VERSION = 0.6
|
||||
OS = $(shell uname -s)
|
||||
BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S")
|
||||
|
||||
|
||||
4
NEWS
4
NEWS
@@ -1,6 +1,10 @@
|
||||
<pre>
|
||||
2007-xx-xx:
|
||||
* version 0.6
|
||||
|
||||
2007-08-16:
|
||||
* version 0.5
|
||||
* :map support (also :noremap, :unmap)
|
||||
* :bmarks and :history now use the multiline message window for output
|
||||
* rename :bm, :bmadd, and :bmdel to :bmarks, :bmark, and :delbmarks respectively
|
||||
* new :normal command
|
||||
|
||||
@@ -161,7 +161,7 @@ const vimperator = (function() //{{{
|
||||
//},
|
||||
|
||||
// ###VERSION### and ###DATE### are replaced by the Makefile
|
||||
version: "###VERSION### (created: ###DATE###)",
|
||||
version: "###VERSION### CVS (created: ###DATE###)",
|
||||
|
||||
input: {
|
||||
buffer: "", // partial command storage
|
||||
|
||||
Reference in New Issue
Block a user