Skip to content

Commit

Permalink
v0.4.8: Added paq8px v200.
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespr123 committed Jan 2, 2021
1 parent 1bf011b commit d7154bd
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.4.8
- Added paq8px v200.

v0.4.7
- Added paq8px v199.
- Added option to delete the File List when compression finish.
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 @@ -12,7 +12,7 @@
Private Const paq8px_nativecpus As Integer = 100
Private DistributedPAQCompressors As New Dictionary(Of String, String())() From {{"PAQ8PX", {"v185", "v186", "v186fix1", "v187",
"v187fix3", "v187fix5", "v188", "v189",
"v193fix2", "v198", "v199"}},
"v193fix2", "v198", "v200"}},
{"PAQ8PXd", {"v85", "v86"}}}

Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Load
Expand Down Expand Up @@ -188,7 +188,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"})
"v199", "v200"})
PAQVersion.Enabled = True
End If
If PAQVersion.Enabled Then
Expand Down
6 changes: 3 additions & 3 deletions PAQCompress/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("PAQCompress")>
<Assembly: AssemblyCopyright("Copyright © 2008 - 2020")>
<Assembly: AssemblyCopyright("Copyright © 2008 - 2021")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("0.4.7.0")>
<Assembly: AssemblyFileVersion("0.4.7.0")>
<Assembly: AssemblyVersion("0.4.8.0")>
<Assembly: AssemblyFileVersion("0.4.8.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)">v199</Value>
<Value Profile="(Default)">v200</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>v199</value>
<value>v200</value>
</setting>
<setting name="compiler" serializeAs="String">
<value>jit</value>
Expand Down

0 comments on commit d7154bd

Please sign in to comment.