Skip to content

Commit c552652

Browse files
committedNov 24, 2018
Begin version 1.6 development.
1 parent 4590e21 commit c552652

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎direwolf.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ int main (int argc, char *argv[])
263263
text_color_init(t_opt);
264264
text_color_set(DW_COLOR_INFO);
265265
//dw_printf ("Dire Wolf version %d.%d (%s) Beta Test 4\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
266-
//dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "C", __DATE__);
267-
dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION);
266+
dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "A", __DATE__);
267+
//dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION);
268268

269269

270270
#if defined(ENABLE_GPSD) || defined(USE_HAMLIB) || defined(USE_CM108)

‎version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
/* Dire Wolf version 1.5 */
2+
/* Dire Wolf version 1.6 */
33

44
#define APP_TOCALL "APDW"
55

66
#define MAJOR_VERSION 1
7-
#define MINOR_VERSION 5
7+
#define MINOR_VERSION 6
88
//#define EXTRA_VERSION "Beta Test"

0 commit comments

Comments
 (0)