Commit Diff


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