aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--autoload/xolox/easytags.vim4
-rw-r--r--doc/easytags.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index b3415c0..64bbdc3 100644
--- a/README.md
+++ b/README.md
@@ -313,8 +313,8 @@ If you have questions, bug reports, suggestions, etc. the author can be contacte
## License
-This software is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License).
-© 2013 Peter Odding &lt;<peter@peterodding.com>&gt;.
+This software is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License).
+© 2014 Peter Odding &lt;<peter@peterodding.com>&gt;.
[canon]: http://en.wikipedia.org/wiki/Canonicalization
diff --git a/autoload/xolox/easytags.vim b/autoload/xolox/easytags.vim
index b639bbf..fd6127c 100644
--- a/autoload/xolox/easytags.vim
+++ b/autoload/xolox/easytags.vim
@@ -1,9 +1,9 @@
" Vim script
" Author: Peter Odding <peter@peterodding.com>
-" Last Change: September 1, 2013
+" Last Change: June 16, 2014
" URL: http://peterodding.com/code/vim/easytags/
-let g:xolox#easytags#version = '3.4.3'
+let g:xolox#easytags#version = '3.4.4'
" Plug-in initialization. {{{1
diff --git a/doc/easytags.txt b/doc/easytags.txt
index 0718994..1e0c037 100644
--- a/doc/easytags.txt
+++ b/doc/easytags.txt
@@ -647,7 +647,7 @@ easytags. If you like this plug-in please vote for it on Vim Online [21].
*easytags-license*
License ~
-This software is licensed under the MIT license [22]. Š 2013 Peter Odding
+This software is licensed under the MIT license [22]. Š 2014 Peter Odding
<peter@peterodding.com>.
===============================================================================