Bump version number.

This commit is contained in:
efrick 2024-08-09 12:11:41 -04:00
parent 8784670ad9
commit 868156a457
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>2024.08.06.01</Version>
<Version>2024.08.09.01</Version>
<Company>ABSC Inc.</Company>
<Description>This tool merges PDF files from a configured directory into a single PDF.</Description>
<Copyright>GNU GPL v3 2024</Copyright>

View File

@ -23,7 +23,7 @@ Var Current_Version
Function SetWelcomeMsg
StrCpy $Company_Name "Applied Business Solutions Consulting, Inc. (ABSC)"
StrCpy $Current_Version "2024.08.06.1"
StrCpy $Current_Version "2024.08.09.1"
SendMessage $mui.WelcomePage.Text= ${WM_SETTEXT} 0 "STR: Merge several PDFs into a single file.$\n Requiers .NET version 6 $\n Version: $Current_Version $\n Developed by: $Company_Name"
FunctionEnd