From 144f1b0eb6059053498afb7ab9022638f7f99a6b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 13 Nov 2014 14:58:34 +0100 Subject: [PATCH] Release 0.9.20 Added forgotten autodist-tmpfilesd new file --- VERSION | 2 +- autodist | 2 +- autodist-tmpfilesd | 1 + autoport | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 autodist-tmpfilesd diff --git a/VERSION b/VERSION index a161558..bf1c548 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION = 0.9.19 +VERSION = 0.9.20 diff --git a/autodist b/autodist index efb0302..81e074a 100755 --- a/autodist +++ b/autodist @@ -5,7 +5,7 @@ # # Released under the terms of the GNU GPL release 3 license # -VERSION=0.9.19 +VERSION=0.9.20 me=(${0##*/} $VERSION "Sat Aug 20 2010") exec 3>`readlink /proc/self/fd/0` diff --git a/autodist-tmpfilesd b/autodist-tmpfilesd new file mode 100644 index 0000000..ebdbedb --- /dev/null +++ b/autodist-tmpfilesd @@ -0,0 +1 @@ +d /run/autodist 775 autodist packager diff --git a/autoport b/autoport index 11f7cae..74abaa7 100755 --- a/autoport +++ b/autoport @@ -4,7 +4,7 @@ # # Released under the terms of the GNU GPL release 3 license # -VERSION=0.9.19 +VERSION=0.9.20 BASE_ARCH=i586 BASE_REPOSITORY=devel