Enable BT; up version number for a3.

This commit is contained in:
ehouse 2007-03-15 01:21:56 +00:00
parent b9068c10c1
commit eddc046e79
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -434,7 +434,7 @@
/* versioning stuff */ /* versioning stuff */
#ifdef XWFEATURE_BLUETOOTH #ifdef XWFEATURE_BLUETOOTH
# define XW_PALM_VERSION_STRING "4.3a6" # define XW_PALM_VERSION_STRING "4.3a7"
#else #else
# define XW_PALM_VERSION_STRING "4.2b6" # define XW_PALM_VERSION_STRING "4.2b6"
#endif #endif