Skip to content

Commit c58b689

Browse files
committed
Change version from 1.4 beta test to 1.4.
1 parent 60fe31c commit c58b689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

direwolf.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ int main (int argc, char *argv[])
259259

260260
text_color_init(t_opt);
261261
text_color_set(DW_COLOR_INFO);
262-
dw_printf ("Dire Wolf version %d.%d (%s) Beta Test\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
262+
//dw_printf ("Dire Wolf version %d.%d (%s) Beta Test\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
263263
//dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "H", __DATE__);
264-
//dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION);
264+
dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION);
265265

266266
#if defined(ENABLE_GPSD) || defined(USE_HAMLIB)
267267
dw_printf ("Includes optional support for: ");

0 commit comments

Comments
 (0)