Skip to content

Commit d3d80a9

Browse files
author
Toby Allen
committed
versions
1 parent 5f35172 commit d3d80a9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/MainUtils.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ interface
3333
MSVISIO = 4;
3434

3535

36-
DOCTO_VERSION = '1.9.41'; // dont use 0x - choco needs incrementing versions.
37-
DOCTO_VERSION_NOTE = ' x64 Release ';
36+
DOCTO_VERSION = '1.12.43'; // dont use 0x - choco needs incrementing versions.
37+
DOCTO_VERSION_NOTE = ' x86 32 Release ';
3838
type
3939

4040

src/docto.dproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,24 +215,24 @@
215215
<PropertyGroup Condition="'$(Cfg_3_Win32)'!=''">
216216
<VerInfo_MajorVer>1</VerInfo_MajorVer>
217217
<Debugger_RunParams>-VS -f &quot;..\test\inputfilesvs/payslips.vsdx&quot; -o &quot;..\test\generatedfiles\&quot; -t vsPDF -l 10</Debugger_RunParams>
218-
<VerInfo_Build>71</VerInfo_Build>
218+
<VerInfo_Build>72</VerInfo_Build>
219219
<VerInfo_PreRelease>false</VerInfo_PreRelease>
220220
<VerInfo_AutoIncVersion>true</VerInfo_AutoIncVersion>
221221
<VerInfo_AutoGenVersion>false</VerInfo_AutoGenVersion>
222-
<VerInfo_Release>42</VerInfo_Release>
222+
<VerInfo_Release>43</VerInfo_Release>
223223
<Icon_MainIcon>docto_Icon2.ico</Icon_MainIcon>
224-
<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>
224+
<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>
225225
<DCC_ExeOutput>..\exe</DCC_ExeOutput>
226226
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
227227
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
228-
<VerInfo_MinorVer>10</VerInfo_MinorVer>
228+
<VerInfo_MinorVer>12</VerInfo_MinorVer>
229229
</PropertyGroup>
230230
<PropertyGroup Condition="'$(Cfg_3_Win64)'!=''">
231231
<VerInfo_MajorVer>1</VerInfo_MajorVer>
232-
<VerInfo_MinorVer>11</VerInfo_MinorVer>
232+
<VerInfo_MinorVer>12</VerInfo_MinorVer>
233233
<VerInfo_Release>46</VerInfo_Release>
234234
<VerInfo_Locale>1033</VerInfo_Locale>
235-
<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>
235+
<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>
236236
<Manifest_File>(None)</Manifest_File>
237237
</PropertyGroup>
238238
<ItemGroup>

src/docto.res

4 Bytes
Binary file not shown.

src/res/HelpLog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Long Parameters:
114114
--use-ISO190051
115115
Create PDF to the ISO 19005-1 standard.
116116
--enable-wordvbaauto
117-
By Default any autorun Macros will not run, use this parameter if you wish vba to Autorun. Word Only.
117+
By Default any autorun vba will not run, use this parameter if you wish vba to Autorun. Word Only.
118118

119119

120120

0 commit comments

Comments
 (0)