Skip to content

Commit

Permalink
Beta Release V3.06b
Browse files Browse the repository at this point in the history
  • Loading branch information
billforsternz committed Sep 23, 2018
1 parent 332a448 commit 9b76a5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion install/tarrasch.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[Setup]
AppName=Tarrasch Chess GUI
AppVerName=Tarrasch Chess GUI V3.06a-Windows
AppVerName=Tarrasch Chess GUI V3.06b-Windows
AppPublisher=Triple Happy Ltd.
AppPublisherURL=http://www.triplehappy.com
AppSupportURL=http://www.triplehappy.com
Expand Down
12 changes: 6 additions & 6 deletions src/Appdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
// no suffix indicates default .tdb is kingbase
#ifdef USING_KINGBASE
#ifdef THC_WINDOWS
#define MASTER_VERSION "*V3.06a-Windows" //add asterisk prefix between releases
#define MASTER_VERSION "*V3.06b-Windows" //add asterisk prefix between releases
#endif
#ifdef THC_LINUX
#define MASTER_VERSION "*V3.06a-Linux"
#define MASTER_VERSION "*V3.06b-Linux"
#endif
#ifdef THC_MAC
#define MASTER_VERSION "*V3.06a-Mac"
#define MASTER_VERSION "*V3.06b-Mac"
#endif

// 'g' suffix indicates default .tdb is great players database
#else
#ifdef THC_WINDOWS
#define MASTER_VERSION "*V3.06a-g-Windows"
#define MASTER_VERSION "*V3.06b-g-Windows"
#endif
#ifdef THC_LINUX
#define MASTER_VERSION "*V3.06a-g-Linux"
#define MASTER_VERSION "*V3.06b-g-Linux"
#endif
#ifdef THC_MAC
#define MASTER_VERSION "*V3.06a-g-Mac"
#define MASTER_VERSION "*V3.06b-g-Mac"
#endif
#endif

Expand Down

0 comments on commit 9b76a5a

Please sign in to comment.