X-Git-Url: https://jxself.org/git/?p=skeinsum.git;a=blobdiff_plain;f=skein_cli.c;h=39fb01ac3087204a0fd4d005c2c9d3e5008aeb98;hp=4378da620f85a029f7f9f90f68d1591cd2a07dee;hb=28de312cd6c2d32822e2b2ce793abbdf2ae640dc;hpb=d76f0f57f7dff9b25c83b5c90608a921f72fe984 diff --git a/skein_cli.c b/skein_cli.c index 4378da6..39fb01a 100644 --- a/skein_cli.c +++ b/skein_cli.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014 2015 Jason Self +/* Copyright (C) 2014 2015 2019 Jason Self This file is part of skeinsum. @@ -377,7 +377,7 @@ void PrintStringHash(const char *s) void print_version(void) { - printf("skein%dsum 1.0\n", hashbitlen); + printf("skein%dsum %s\n", hashbitlen, VERSION); printf("License GPLv3+: GNU GPL version 3 or later\n"); printf("\n"); printf("This is free software: you are free to change and redistribute it.\n");