From e40a4d5cb4399bf715a597f0b054a07ed93f6fb0 Mon Sep 17 00:00:00 2001 From: weaver Date: Fri, 26 Jun 2020 12:03:34 -0700 Subject: [PATCH] update version --- vrecord | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrecord b/vrecord index aa5549df..a4ddc6d5 100755 --- a/vrecord +++ b/vrecord @@ -3,7 +3,7 @@ # vrecord # Open-source software for capturing a video signal and turning it into a digital file. -VERSION="2020-02-10" +VERSION="2020-06-26" SCRIPTNAME=$(basename "${0}") SCRIPTDIR=$(dirname "${0}") CONFIG_FILE="${HOME}/.${SCRIPTNAME}.conf"