Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Allen committed Feb 11, 2024
1 parent 5f35172 commit d3d80a9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.41'; // dont use 0x - choco needs incrementing versions.
DOCTO_VERSION_NOTE = ' x64 Release ';
DOCTO_VERSION = '1.12.43'; // dont use 0x - choco needs incrementing versions.
DOCTO_VERSION_NOTE = ' x86 32 Release ';
type


Expand Down
12 changes: 6 additions & 6 deletions src/docto.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -215,24 +215,24 @@
<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>71</VerInfo_Build>
<VerInfo_Build>72</VerInfo_Build>
<VerInfo_PreRelease>false</VerInfo_PreRelease>
<VerInfo_AutoIncVersion>true</VerInfo_AutoIncVersion>
<VerInfo_AutoGenVersion>false</VerInfo_AutoGenVersion>
<VerInfo_Release>42</VerInfo_Release>
<VerInfo_Release>43</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.10.42.71;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.12.43.72;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>10</VerInfo_MinorVer>
<VerInfo_MinorVer>12</VerInfo_MinorVer>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_3_Win64)'!=''">
<VerInfo_MajorVer>1</VerInfo_MajorVer>
<VerInfo_MinorVer>11</VerInfo_MinorVer>
<VerInfo_MinorVer>12</VerInfo_MinorVer>
<VerInfo_Release>46</VerInfo_Release>
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.11.46.15;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.12.46.15;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<Manifest_File>(None)</Manifest_File>
</PropertyGroup>
<ItemGroup>
Expand Down
Binary file modified src/docto.res
Binary file not shown.
2 changes: 1 addition & 1 deletion src/res/HelpLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Long Parameters:
--use-ISO190051
Create PDF to the ISO 19005-1 standard.
--enable-wordvbaauto
By Default any autorun Macros will not run, use this parameter if you wish vba to Autorun. Word Only.
By Default any autorun vba will not run, use this parameter if you wish vba to Autorun. Word Only.



Expand Down

0 comments on commit d3d80a9

Please sign in to comment.