Begin version 1.6 development.

This commit is contained in:
wb2osz 2018-11-24 16:57:05 -05:00
parent 4590e21934
commit c5526524b6
2 changed files with 4 additions and 4 deletions

View File

@ -263,8 +263,8 @@ int main (int argc, char *argv[])
text_color_init(t_opt); text_color_init(t_opt);
text_color_set(DW_COLOR_INFO); text_color_set(DW_COLOR_INFO);
//dw_printf ("Dire Wolf version %d.%d (%s) Beta Test 4\n", MAJOR_VERSION, MINOR_VERSION, __DATE__); //dw_printf ("Dire Wolf version %d.%d (%s) Beta Test 4\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
//dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "C", __DATE__); dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "A", __DATE__);
dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION); //dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION);
#if defined(ENABLE_GPSD) || defined(USE_HAMLIB) || defined(USE_CM108) #if defined(ENABLE_GPSD) || defined(USE_HAMLIB) || defined(USE_CM108)

View File

@ -1,8 +1,8 @@
/* Dire Wolf version 1.5 */ /* Dire Wolf version 1.6 */
#define APP_TOCALL "APDW" #define APP_TOCALL "APDW"
#define MAJOR_VERSION 1 #define MAJOR_VERSION 1
#define MINOR_VERSION 5 #define MINOR_VERSION 6
//#define EXTRA_VERSION "Beta Test" //#define EXTRA_VERSION "Beta Test"