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