From dc6bb112157af4e44e8bdb998ff866f5f36d00e7 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Mon, 10 Mar 2014 15:54:00 +0200 Subject: [PATCH] Bump version number. --- plugin/syntastic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 0e74ff923..28f263812 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -18,7 +18,7 @@ if has('reltime') let g:syntastic_start = reltime() endif -let g:syntastic_version = '3.3.0-122' +let g:syntastic_version = '3.4.0' " Sanity checks {{{1