Skip to content

Commit

Permalink
Fix VVCEasy's latest date & credit variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Sep 11, 2024
1 parent b674f48 commit 404c7d0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions VVCEasy.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ echo off
set welcometitle=Martin Eesmaa / VVCEasy
set version=v2.7.0
set versionname=Martin Eesmaa at age 19, wow nice!
set vvceasydate=11 April 2024
set vvceasydate=23 June 2024
set copyrightinfo=Copyright (C) Martin Eesmaa 2021-2024 (MIT License)
IF EXIST "%PROGRAMFILES(X86)%" (set bit=x64) ELSE (set bit=Win32)
pushd "%~dp0"
cls
Expand Down Expand Up @@ -60,7 +61,7 @@ echo %welcometitle%
echo Welcome to VVCEasy. (Batch file Release Version, %version%, %vvceasydate%)
echo Version codename: %versionname%
echo.
echo Copyright (C) Martin Eesmaa 2021-2024 (MIT License)
echo %copyrightinfo%
pause
goto start

Expand All @@ -70,7 +71,7 @@ color 07
cls
echo VVCEasy (Batchfile Release Version, %version%, %vvceasydate%)
echo Version codename: %versionname%
echo Copyright (C) Martin Eesmaa 2021-2024 (MIT License)
echo %copyrightinfo%
echo.
echo What would you like to do to encode/decode of VVC?
echo 1. Encode
Expand Down Expand Up @@ -318,7 +319,7 @@ echo Have a nice day! Thank you for using VVCEasy! :)

for /f "delims=: tokens=*" %%A in ('findstr /b ::: "%~f0"') do @echo(%%A
echo.
echo Copyright (C) 2021-2024 Martin Eesmaa (MIT License)
echo %copyrightinfo%
echo.
echo ------------ END OF WINDOWS BATCHFILE PROGRAM ----------------
timeout 5 /nobreak
Expand Down

0 comments on commit 404c7d0

Please sign in to comment.