Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Felix Jian 2023-04-15 23:49:54 +02:00
commit edf107d6cc
Signed by: flex
GPG Key ID: 2FB8FBECB390C227
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ dist: clean
@echo creating dist tarball
@mkdir -p slock-${VERSION}
@cp -R LICENSE Makefile README slock.1 config.mk \
${SRC} explicit_bzero.c config.def.h arg.h util.h slock-${VERSION}
${SRC} config.def.h arg.h util.h slock-${VERSION}
@tar -cf slock-${VERSION}.tar slock-${VERSION}
@gzip slock-${VERSION}.tar
@rm -rf slock-${VERSION}

View File

@ -1,5 +1,5 @@
# slock version
VERSION = 1.4
VERSION = 1.5
# Customize below to fit your system