Skip to content

Commit

Permalink
v0.3.23: Added paq8px_v183
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespr123 committed Oct 21, 2019
1 parent fcaf0f4 commit 09cc144
Show file tree
Hide file tree
Showing 6 changed files with 9 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 @@ -127,7 +127,8 @@
"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", "v167cm",
"v168", "v169", "v170", "v171", "v172", "v173", "v174", "v175", "v176", "v177", "v178", "v179", "v179fix1",
"v179fix2", "v179fix3", "v179fix4", "v179fix5", "v180", "v181", "v181fix1", "v182", "v182fix1", "v182fix2"})
"v179fix2", "v179fix3", "v179fix4", "v179fix5", "v180", "v181", "v181fix1", "v182", "v182fix1", "v182fix2",
"v183"})
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.22.0")>
<Assembly: AssemblyFileVersion("0.3.22.0")>
<Assembly: AssemblyVersion("0.3.23.0")>
<Assembly: AssemblyFileVersion("0.3.23.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)">v181fix1</Value>
<Value Profile="(Default)">v183</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>v181fix1</value>
<value>v183</value>
</setting>
<setting name="compiler" serializeAs="String">
<value>jit</value>
Expand Down

0 comments on commit 09cc144

Please sign in to comment.