From f7742cf0440f40508e72bbb07a5d85d78a5c83c6 Mon Sep 17 00:00:00 2001 From: wb2osz Date: Sat, 16 Dec 2017 09:59:53 -0500 Subject: [PATCH] Update version to 1.5 snapshot C. --- direwolf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direwolf.c b/direwolf.c index 835c757..7ef149d 100644 --- a/direwolf.c +++ b/direwolf.c @@ -264,7 +264,7 @@ int main (int argc, char *argv[]) text_color_init(t_opt); text_color_set(DW_COLOR_INFO); //dw_printf ("Dire Wolf version %d.%d (%s) Beta Test\n", MAJOR_VERSION, MINOR_VERSION, __DATE__); - dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "B", __DATE__); + dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "C", __DATE__); //dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION); // FIXME: temp test