Skip to content

Commit f7742cf

Browse files
committed
Update version to 1.5 snapshot C.
1 parent 2c11ac2 commit f7742cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

direwolf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ int main (int argc, char *argv[])
264264
text_color_init(t_opt);
265265
text_color_set(DW_COLOR_INFO);
266266
//dw_printf ("Dire Wolf version %d.%d (%s) Beta Test\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
267-
dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "B", __DATE__);
267+
dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "C", __DATE__);
268268
//dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION);
269269

270270
// FIXME: temp test

0 commit comments

Comments
 (0)