Skip to content

Commit

Permalink
PAQCompress v0.5.14: Added paq8px v205.
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespr123 committed Sep 27, 2021
1 parent 066fe39 commit bd97140
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.5.14
- Added paq8px v205.

v0.5.13
- Added paq8px v204.

Expand Down
2 changes: 1 addition & 1 deletion PAQCompress/Form1.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions PAQCompress/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Private Const paq8pxd_nativecpus As Integer = 44 'Starting on v90.
Private Const paq8gen_enable_a_flag As Integer = 1 'v2fixa
Private ReadOnly DistributedPAQCompressors As New Dictionary(Of String, String())() From {{"PAQ8PX", {"v185", "v186", "v186fix1", "v187", "v187fix3", "v187fix5", "v188", "v189",
"v193fix2", "v198", "v201", "v202", "v203", "v204"}},
"v193fix2", "v198", "v201", "v202", "v203", "v204", "v205"}},
{"PAQ8PXd", {"v85", "v86"}}}

Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Load
Expand Down Expand Up @@ -196,7 +196,7 @@
"v179fix2", "v179fix3", "v179fix4", "v179fix5", "v180", "v181", "v181fix1", "v182", "v182fix1", "v182fix2",
"v183", "v183fix1", "v184", "v185", "v186", "v186fix1", "v187", "v187fix1", "v187fix2", "v187fix3", "v187fix4", "v187fix5",
"v188", "v189", "v190", "v191", "v191a", "v192", "v193", "v193fix1", "v193fix2", "v194", "v195", "v196", "v197", "v198",
"v199", "v200", "v201", "v202", "v203", "v204"})
"v199", "v200", "v201", "v202", "v203", "v204", "v205"})
PAQVersion.Enabled = True
End If
If PAQVersion.Enabled Then
Expand Down
4 changes: 2 additions & 2 deletions PAQCompress/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("0.5.13.0")>
<Assembly: AssemblyFileVersion("0.5.13.0")>
<Assembly: AssemblyVersion("0.5.14.0")>
<Assembly: AssemblyFileVersion("0.5.14.0")>
2 changes: 1 addition & 1 deletion PAQCompress/My Project/Settings.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion PAQCompress/My Project/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="PAQVersion" Type="System.String" Scope="User">
<Value Profile="(Default)">v203</Value>
<Value Profile="(Default)">v205</Value>
</Setting>
<Setting Name="compiler" Type="System.String" Scope="User">
<Value Profile="(Default)">jit</Value>
Expand Down
1 change: 1 addition & 0 deletions PAQCompress/PAQCompress.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
Expand Down
2 changes: 1 addition & 1 deletion PAQCompress/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<value>1</value>
</setting>
<setting name="PAQVersion" serializeAs="String">
<value>v203</value>
<value>v205</value>
</setting>
<setting name="compiler" serializeAs="String">
<value>jit</value>
Expand Down

0 comments on commit bd97140

Please sign in to comment.