Commit Diff


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