Skip to content

Commit

Permalink
v0.3.24: Added paq8px_v183fix1
Browse files Browse the repository at this point in the history
  • Loading branch information
moisespr123 committed Oct 22, 2019
1 parent 09cc144 commit 42a1cf3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.

2 changes: 1 addition & 1 deletion PAQCompress/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"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",
"v183"})
"v183", "v183fix1"})
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.23.0")>
<Assembly: AssemblyFileVersion("0.3.23.0")>
<Assembly: AssemblyVersion("0.3.24.0")>
<Assembly: AssemblyFileVersion("0.3.24.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)">v183</Value>
<Value Profile="(Default)">v183fix1</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>v183</value>
<value>v183fix1</value>
</setting>
<setting name="compiler" serializeAs="String">
<value>jit</value>
Expand Down

0 comments on commit 42a1cf3

Please sign in to comment.