Skip to content

Commit

Permalink
release 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Allen committed Jun 1, 2023
1 parent e81cf0b commit b5a7886
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Binary file modified src/ExtraFiles.res
Binary file not shown.
4 changes: 2 additions & 2 deletions src/MainUtils.pas
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ interface
MSVISIO = 4;


DOCTO_VERSION = '1.9.40'; // dont use 0x - choco needs incrementing versions.
DOCTO_VERSION_NOTE = ' (Test Version) ';
DOCTO_VERSION = '1.9.41'; // dont use 0x - choco needs incrementing versions.
DOCTO_VERSION_NOTE = ' x64 Release ';
type


Expand Down
14 changes: 7 additions & 7 deletions src/docto.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<FrameworkType>None</FrameworkType>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>18.8</ProjectVersion>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<Platform Condition="'$(Platform)'==''">Win64</Platform>
<TargetedPlatforms>3</TargetedPlatforms>
<Platform>Win32</Platform>
</PropertyGroup>
Expand Down Expand Up @@ -209,17 +209,17 @@
<PropertyGroup Condition="'$(Cfg_3_Win32)'!=''">
<VerInfo_MajorVer>1</VerInfo_MajorVer>
<Debugger_RunParams>-VS -f &quot;..\test\inputfilesvs/payslips.vsdx&quot; -o &quot;..\test\generatedfiles\&quot; -t vsPDF -l 10</Debugger_RunParams>
<VerInfo_Build>63</VerInfo_Build>
<VerInfo_Build>68</VerInfo_Build>
<VerInfo_PreRelease>false</VerInfo_PreRelease>
<VerInfo_AutoIncVersion>true</VerInfo_AutoIncVersion>
<VerInfo_AutoGenVersion>false</VerInfo_AutoGenVersion>
<VerInfo_Release>36</VerInfo_Release>
<VerInfo_Release>41</VerInfo_Release>
<Icon_MainIcon>docto_Icon2.ico</Icon_MainIcon>
<VerInfo_Keys>CompanyName=Toflidium Software;FileDescription=DocTo - Convert doc files to any available format;FileVersion=1.7.36.63;InternalName=;LegalCopyright=Toby Allen;LegalTrademarks=;OriginalFilename=docto.exe;ProductName=DocTo;ProductVersion=1.6;Comments=https://github.com/tobya/DocTo;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
<VerInfo_Keys>CompanyName=Toflidium Software;FileDescription=DocTo - Convert doc files to any available format;FileVersion=1.9.41.68;InternalName=;LegalCopyright=Toby Allen;LegalTrademarks=;OriginalFilename=docto.exe;ProductName=DocTo;ProductVersion=1.6;Comments=https://github.com/tobya/DocTo;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
<DCC_ExeOutput>..\exe</DCC_ExeOutput>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
<VerInfo_MinorVer>7</VerInfo_MinorVer>
<VerInfo_MinorVer>9</VerInfo_MinorVer>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="$(MainSource)">
Expand Down Expand Up @@ -356,13 +356,13 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="res\PPConst.txt" Configuration="TobyBuild" Class="ProjectFile">
<DeployFile LocalName="res\wdExtraConst.txt" Configuration="TobyBuild" Class="ProjectFile">
<Platform Name="Win32">
<RemoteDir>.\</RemoteDir>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="res\wdExtraConst.txt" Configuration="TobyBuild" Class="ProjectFile">
<DeployFile LocalName="res\PPConst.txt" Configuration="TobyBuild" Class="ProjectFile">
<Platform Name="Win32">
<RemoteDir>.\</RemoteDir>
<Overwrite>true</Overwrite>
Expand Down
Binary file modified src/docto.res
Binary file not shown.

0 comments on commit b5a7886

Please sign in to comment.