Skip to content

Commit

Permalink
Settings for V3.13a release, portable and small (demo) setup.exe version
Browse files Browse the repository at this point in the history
  • Loading branch information
billforsternz committed Nov 16, 2020
1 parent c997559 commit a5fa18a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Appdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "wx/wx.h"
#include "Portability.h"

#define MASTER_VERSION_BASE "V3.13a-" //add '-' or '+' prefix between releases
#define MASTER_VERSION_BASE "V3.13a" //add '-' or '+' prefix between releases

//#define USING_TARRASCH_BASE
// no suffix indicates default .tdb is tarrasch-base
Expand Down Expand Up @@ -53,7 +53,7 @@
#endif

// Conditional compiles
#define DURING_DEVELOPMENT // If defined we get a console window for cprintf()
//#define DURING_DEVELOPMENT // If defined we get a console window for cprintf()
#define AUI_NOTEBOOK // Define this to get X close boxes on tabs
//#define NEW_TAB_LAUNCHES_TESTBED // If defined new tab feature actually launches testbed window instead
#ifndef DURING_DEVELOPMENT
Expand Down

0 comments on commit a5fa18a

Please sign in to comment.