vim: bump version to 1.2 v1.2
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 7 Jan 2009 00:07:13 +0000 (00:07 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 7 Jan 2009 00:08:47 +0000 (00:08 +0000)
New URL, some new features, and soon to be (really) released.

CHANGES
vim.plp

diff --git a/CHANGES b/CHANGES
index a3ad85e486e4fb6c01f7277fb9e23f4aac43ce42..9246fee9ca86360b1473b7d3fe443cf30ef7d7cd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+Very terse history of the vim page (git log for details):
+
+v1.2 -- 2009-01-07 01:00
+       sheet.shiar.net/vim
+
 v1.1 -- 2008-08-01 01:25
        vim.shiar.net
 
 v1.1 -- 2008-08-01 01:25
        vim.shiar.net
 
@@ -15,3 +20,6 @@ v0.1.1 -- 2006-03-30 11:58
 
 v0.1 -- 2006-03-29 ~20:00
        started work
 
 v0.1 -- 2006-03-29 ~20:00
        started work
+
+Other pages have their own version numbers, but their histories are all
+fully preserved in git.
diff --git a/vim.plp b/vim.plp
index 36975e306dc5f26d1462f67e2b5104a3a571024f..e8ed73ce65cd1e34c821d5b41eb5a258df124615 100644 (file)
--- a/vim.plp
+++ b/vim.plp
@@ -5,7 +5,7 @@ use warnings;
 no  warnings 'qw';  # you know what you doing
 no  warnings 'uninitialized';  # save some useless checks for more legible code
 
 no  warnings 'qw';  # you know what you doing
 no  warnings 'uninitialized';  # save some useless checks for more legible code
 
-our $VERSION = '1.1';
+our $VERSION = '1.2';
 
 our $ascii = 0;
 if (exists $get{ascii}) {
 
 our $ascii = 0;
 if (exists $get{ascii}) {