Skip to content

Commit

Permalink
version 12.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHighFish committed Dec 12, 2017
1 parent c20f97a commit 9fccc67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions OpenHoldem/OpenHoldem.rc
Expand Up @@ -276,8 +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 12.1.4",IDC_STATIC,32,22,208,8,SS_NOPREFIX
LTEXT "Version 12.1.4",IDC_STATIC,32,22,208,8,SS_NOPREFIX
LTEXT "Version 12.1.5",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 @@ -933,9 +932,9 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "FileVersion", "12.1.4.0"
VALUE "FileVersion", "12.1.5.0"
VALUE "LegalCopyright", "Licensed under GPLv3"
VALUE "ProductVersion", "12.1.4.0"
VALUE "ProductVersion", "12.1.5.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions OpenHoldem/stdafx.h
Expand Up @@ -135,8 +135,8 @@
#define OPENHOLDEM_PROGRAM

// Version
#define VERSION_NUMBER 12.14
#define VERSION_TEXT "12.1.4.0" // change version number in OpenHoldem.rc also, when needed
#define VERSION_NUMBER 12.15
#define VERSION_TEXT "12.1.5.0" // change version number in OpenHoldem.rc also, when needed

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

0 comments on commit 9fccc67

Please sign in to comment.