Turn BT back on as default and up version preparing for next release.

This commit is contained in:
ehouse 2007-09-15 13:47:28 +00:00
parent e5d5584a04
commit 9f7d69aec6
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ MYDEFS_COMMON += -DXWFEATURE_SEARCHLIMIT
# MYDEFS_COMMON += -DXWFEATURE_RELAY
# turn on bluetooth comms option for 68K and ARM -- which won't work yet
# BLUETOOTH = -DXWFEATURE_BLUETOOTH
BLUETOOTH = -DXWFEATURE_BLUETOOTH
MYDEFS_COMMON += $(BLUETOOTH)
# Add menu allowing to choose to run 68K or ARM

View file

@ -434,7 +434,7 @@
/* versioning stuff */
#ifdef XWFEATURE_BLUETOOTH
# define XW_PALM_VERSION_STRING "4.3a10"
# define XW_PALM_VERSION_STRING "4.3a11"
#else
# define XW_PALM_VERSION_STRING "4.2.1"
#endif