Skip to content

Commit

Permalink
v0.3.16: Added paq8px_v181.
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespr123 committed Jul 11, 2019
1 parent f1b725f commit eaf702d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
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.

3 changes: 2 additions & 1 deletion PAQCompress/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@
"v71", "v72", "v73", "v74", "v75", "v77", "v80b", "v83", "v85", "v87", "v88", "v90", "v93", "v95",
"v105", "v122", "v126", "v132_fix1", "v137", "v141", "v141fix1", "v141fix2", "v141fix4", "v144",
"v145", "v146", "v147", "v156", "v157", "v159", "v163", "v164", "v167", "v168", "v169", "v170", "v171",
"v172", "v173", "v174", "v175", "v176", "v177", "v178", "v179", "v179fix1", "v179fix2", "v179fix3", "v179fix4", "v179fix5", "v180"})
"v172", "v173", "v174", "v175", "v176", "v177", "v178", "v179", "v179fix1", "v179fix2", "v179fix3", "v179fix4",
"v179fix5", "v180", "v181"})
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.3.15.0")>
<Assembly: AssemblyFileVersion("0.3.15.0")>
<Assembly: AssemblyVersion("0.3.16.0")>
<Assembly: AssemblyFileVersion("0.3.16.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)">v180</Value>
<Value Profile="(Default)">v181</Value>
</Setting>
<Setting Name="compiler" Type="System.String" Scope="User">
<Value Profile="(Default)">jit</Value>
Expand Down
3 changes: 3 additions & 0 deletions PAQCompress/Resources/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.3.16
-Added paq8px_v181.

v0.3.15
-Added paq8px_v180.

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>v180</value>
<value>v181</value>
</setting>
<setting name="compiler" serializeAs="String">
<value>jit</value>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[PAQCompress](https://moisescardona.me/paqcompress) is a GUI of the powerful PAQ compression software. Originally written in 2009, it has been rewritten to provide a better GUI and include the latest and greatest PAQ versions.

![Screenshot](https://moisescardona.me/wp-content/uploads/2019/07/PAQCompress-v0.3.15.png)
![Screenshot](https://moisescardona.me/wp-content/uploads/2019/07/PAQCompress-v0.3.16.png)

Supported PAQ versions are:

Expand Down

0 comments on commit eaf702d

Please sign in to comment.