Skip to content

Commit

Permalink
Release 3.1.1 (windows installer)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougdonohoe committed Sep 8, 2024
1 parent e2fb8ef commit 932b112
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
19 changes: 18 additions & 1 deletion code/poker/src/main/resources/config/poker/help/whatsnew.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,23 @@
</table>
<br>

<!-- 3.1.1 -->

<table width="100%" border="1">
<tr bgcolor="#1D4A07">
<td>
<div align="center"><strong><font color="#FFFF00" size="+1">
Version 3.1.1 - September 8, 2024
</font></strong></div>
</td>
</tr>
</table>
<ul>
<li>
Windows installer!
</li>
</ul>

<!-- 3.1 open source -->

<table width="100%" border="1">
Expand Down Expand Up @@ -74,7 +91,7 @@
</table>
<ul>
<li>
Prolonged life support. Update to Java 8, testing all-in-one-jar.
Prolonged life support. Update to Java 8, testing all-in-one.jar.
</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ public class PokerConstants
//public static final Version VERSION = new Version(2, 5, 3, true); // release 2.5 - Patch 3
//public static final Version VERSION = new Version(3, 0, 5, true); // release 3.0, Patch 5
//public static final Version VERSION = new Version(3, 0, 6, true); // release 3.0, Patch 6
public static final Version VERSION = new Version(3, 1, 0, true); // release 3.1 (open sourced!)
//public static final Version VERSION = new Version(3, 1, 0, true); // release 3.1 (open sourced!)
public static final Version VERSION = new Version(3, 1, 1, true); // release 3.1.1 (add Windows installer)

// OS versions (can be different if specific patches released)
public static final Version LATEST_MAC = VERSION;
Expand Down

0 comments on commit 932b112

Please sign in to comment.