From 455e328a18284769742da35f53e8b63350003e2d Mon Sep 17 00:00:00 2001 From: othree Date: Fri, 23 Jan 2015 14:19:18 +0800 Subject: [PATCH] Update version --- README.markdown | 4 ++++ config.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7f1a6d8..ed4bd4a 100644 --- a/README.markdown +++ b/README.markdown @@ -43,6 +43,10 @@ Then you will have case sensitive match by default. You can always change it by ## Changes +### 2.62 + +* Support ignorecase, smartcase. Add force case sensitive mode. + ### 2.61 * Support for ignorecase diff --git a/config.mk b/config.mk index b0f19b5..451e0f4 100644 --- a/config.mk +++ b/config.mk @@ -1,2 +1,2 @@ -VERSION=2.61 +VERSION=2.62