=================================================================== RCS file: /cvs/texi2mdoc/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- texi2mdoc/Makefile 2015/02/23 15:26:26 1.7 +++ texi2mdoc/Makefile 2015/02/24 14:35:40 1.8 @@ -1,7 +1,8 @@ CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings OBJS = main.o util.o SRCS = main.c util.c -VERSIONS = version_0_1_1.xml +VERSIONS = version_0_1_1.xml \ + version_0_1_2.xml VERSION = 0.1.1 PREFIX = /usr/local