Skip to content

Commit

Permalink
Version 13.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHighFish committed Aug 17, 2018
1 parent b60f7c2 commit ab1137f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified .vs/OpenHoldem/v14/.suo
Binary file not shown.
6 changes: 3 additions & 3 deletions OpenHoldem/OpenHoldem.rc
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
ICON IDR_MAINFRAME,IDC_STATIC,11,17,21,20
LTEXT "OpenHoldem",IDC_STATIC,32,10,208,8,SS_NOPREFIX
LTEXT "Version 13.0.2",IDC_STATIC,32,22,208,8,SS_NOPREFIX
LTEXT "Version 13.0.3",IDC_STATIC,32,22,208,8,SS_NOPREFIX
LTEXT "Licensed under GPLv3",IDC_STATIC,32,34,208,8
LTEXT "http://www.maxinmontreal.com/forums/index.php",IDC_STATIC,32,54,208,8
LTEXT "https://github.com/OpenHoldem/openholdembot/",IDC_STATIC,32,66,208,8
Expand Down Expand Up @@ -932,9 +932,9 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "FileVersion", "13.0.2.0"
VALUE "FileVersion", "13.0.3.0"
VALUE "LegalCopyright", "Licensed under GPLv3"
VALUE "ProductVersion", "13.0.2.0"
VALUE "ProductVersion", "13.0.3.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions OpenHoldem/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@
#define OPENHOLDEM_PROGRAM

// Version
#define VERSION_NUMBER 13.020
#define VERSION_TEXT "13.0.2.0" // change version number in OpenHoldem.rc also, when needed
#define VERSION_NUMBER 13.030
#define VERSION_TEXT "13.0.3.0" // change version number in OpenHoldem.rc also, when needed

// PokerEval
#include "poker_defs.h"
Expand Down

0 comments on commit ab1137f

Please sign in to comment.