diff options
-rw-r--r-- | autotab.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ * it as a Vim command to set up the tabstop, shiftwidth and expandtab * parameters. * - * Copyright 2007-2016 + * Copyright 2007-2020 * Kaz Kylheku <kaz@kylheku.com> * Vancouver, Canada * @@ -43,7 +43,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#define AUTOTAB_VER 5 +#define AUTOTAB_VER 6 #include <stdio.h> #include <stdlib.h> #include <string.h> |