From c528b2a7d351acebe27e8a4919d8cdaf9aa3f028 Mon Sep 17 00:00:00 2001 From: Dave Rice Date: Tue, 25 Mar 2025 09:35:11 -0400 Subject: [PATCH 1/2] release 2025-03-25 --- vrecord | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrecord b/vrecord index 9ba64f6b..700124c9 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="2024-10-18" +VERSION="2025-03-25" SCRIPTNAME="$(basename "${0}")" SCRIPTDIR="$(dirname "${0}")" CONFIG_FILE="${HOME}/.${SCRIPTNAME}.conf" From 03e286010e80b4f431d3aa317203fcae5072b08d Mon Sep 17 00:00:00 2001 From: Dave Rice Date: Mon, 21 Apr 2025 11:02:58 -0400 Subject: [PATCH 2/2] bump to 2025-04-21 --- vrecord | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrecord b/vrecord index 700124c9..6fb409d9 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="2025-03-25" +VERSION="2025-04-21" SCRIPTNAME="$(basename "${0}")" SCRIPTDIR="$(dirname "${0}")" CONFIG_FILE="${HOME}/.${SCRIPTNAME}.conf"