From: Mischa POSLAWSKY Date: Wed, 7 Jan 2009 00:07:13 +0000 (+0000) Subject: vim: bump version to 1.2 X-Git-Tag: v1.2^0 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/43be2e08c87114081b41f854f8847941842c878d vim: bump version to 1.2 New URL, some new features, and soon to be (really) released. --- diff --git a/CHANGES b/CHANGES index a3ad85e..9246fee 100644 --- 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 @@ -15,3 +20,6 @@ v0.1.1 -- 2006-03-30 11:58 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 36975e3..e8ed73c 100644 --- 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 -our $VERSION = '1.1'; +our $VERSION = '1.2'; our $ascii = 0; if (exists $get{ascii}) {