Skip to content

Commit

Permalink
Added paq8pxd v61
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespr123 committed Jan 14, 2019
1 parent cd1fea7 commit be078eb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions PAQCompress/Form1.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/Form1.vb
Expand Up @@ -81,7 +81,7 @@
PAQVersion.Items.AddRange({"v1", "v2", "v3", "v4", "v5", "v6"})
PAQVersion.Enabled = True
ElseIf PAQSeries.SelectedItem Is "PAQ8PXd" Then
PAQVersion.Items.AddRange({"v60"})
PAQVersion.Items.AddRange({"v60", "v61"})
CompressionLevel.Text = "s5"
CompressionLevel.Items.AddRange({"s0", "s1", "s2", "s3", "s4", "s5", "s6", "s7", "s8", "s9", "s10", "s11", "s12", "s13", "s14", "s15"})
pxdThreads.Enabled = True
Expand Down
4 changes: 2 additions & 2 deletions PAQCompress/My Project/AssemblyInfo.vb
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("0.3.0.0")>
<Assembly: AssemblyFileVersion("0.3.0.0")>
<Assembly: AssemblyVersion("0.3.1.0")>
<Assembly: AssemblyFileVersion("0.3.1.0")>
9 changes: 6 additions & 3 deletions PAQCompress/Resources/Changelog.txt
@@ -1,10 +1,13 @@
PAQCompress v0.3
v0.3.1
-Added paq8pxd_v61

v0.3
-Can now drag and drop a file into the software icon

PAQCompress v0.2
v0.2
-Added paq8px v176 and v177

PAQCompress v0.1
v0.1
-Initial Release

VERY OLD RELEASES
Expand Down

0 comments on commit be078eb

Please sign in to comment.