Version 0.0.8.5

This commit is contained in:
Moritz Lipp 2011-11-09 16:42:37 +01:00
parent aacdc25673
commit 65b2ec2a40
3 changed files with 4 additions and 2 deletions

View File

@ -64,7 +64,7 @@ gdb: debug
dist: clean
$(QUIET)mkdir -p ${PROJECT}-${VERSION}
$(QUIET)cp -R LICENSE Makefile config.mk config.def.h README \
$(QUIET)cp -R LICENSE Makefile config.mk common.mk config.def.h README \
${PROJECT}.desktop ${PROJECT}rc.5.rst \
${PROJECT}.1 ${SOURCE} ${PROJECT}-${VERSION}
$(QUIET)tar -cf ${PROJECT}-${VERSION}.tar ${PROJECT}-${VERSION}

View File

@ -1,7 +1,7 @@
# See LICENSE file for license and copyright information
# zathura make config
VERSION = 0.0.8.4
VERSION = 0.0.8.5
# paths
PREFIX ?= /usr

View File

@ -4088,6 +4088,8 @@ cc_print(char* input)
}
}
free(current_line);
pclose(fp);
return completion;