Commit Diff


commit - da8ee0a6a33195795a4e8e4dd547f6a501672218
commit + d8ccbf7d153fd135bdab44c7bed7cee66c70ef6f
blob - c6f1b98b8f46f31cf5320d2418ca6e8a1f496512
blob + 8496fd057a71e4d2bce402cccd33275f6ae0ab33
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@
 # See LICENSE file for copyright and license details.
 .POSIX:
 
-VERSION = 1.3
+VERSION = 1.3.1
 PREFIX = /usr/local
 MANPREFIX = ${PREFIX}/man
 MY_CFLAGS = -Wall -Wextra -pedantic -std=c99 -DVERSION=\"${VERSION}\" ${CFLAGS}