summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autotab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/autotab.c b/autotab.c
index 0c27bfb..0ff3f8f 100644
--- a/autotab.c
+++ b/autotab.c
@@ -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>