Skip to content

Commit

Permalink
v0.5.12: Added paq8px v203.
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespr123 committed May 8, 2021
1 parent a5f19ec commit 912c31c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 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.12
- Added paq8px v203.

v0.5.11
- Added paq8pxd v103 and v104.

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.

7 changes: 3 additions & 4 deletions PAQCompress/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
Private Const paq8px_nativecpus As Integer = 100
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"}},
Private ReadOnly DistributedPAQCompressors As New Dictionary(Of String, String())() From {{"PAQ8PX", {"v185", "v186", "v186fix1", "v187", "v187fix3", "v187fix5", "v188", "v189",
"v193fix2", "v198", "v201", "v202", "v203"}},
{"PAQ8PXd", {"v85", "v86"}}}

Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Load
Expand Down Expand Up @@ -197,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"})
"v199", "v200", "v201", "v202", "v203"})
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.11.0")>
<Assembly: AssemblyFileVersion("0.5.11.0")>
<Assembly: AssemblyVersion("0.5.12.0")>
<Assembly: AssemblyFileVersion("0.5.12.0")>
4 changes: 2 additions & 2 deletions 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)">v202</Value>
<Value Profile="(Default)">v203</Value>
</Setting>
<Setting Name="compiler" Type="System.String" Scope="User">
<Value Profile="(Default)">jit</Value>
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>v202</value>
<value>v203</value>
</setting>
<setting name="compiler" serializeAs="String">
<value>jit</value>
Expand Down

0 comments on commit 912c31c

Please sign in to comment.