Make sure the -v argument show that this is not the same as previous versions.

This commit is contained in:
Olaf Seibert 2015-05-22 16:40:37 +02:00
parent 435cdb0b7f
commit da068e07c8
2 changed files with 3 additions and 1 deletions

View File

@ -83,6 +83,7 @@ static void print_version(
fprintf(strm, " Version %s\n", VERSIONSTR);
fprintf(strm, " Copyright 2001 Richard Krehbiel,\n");
fprintf(strm, " modified 2009 by Joerg Hoppe.\n");
fprintf(strm, " modified 2015 by Olaf 'Rhialto' Seibert.\n");
}

View File

@ -1,7 +1,8 @@
#ifndef MACRO11_H
#define MACRO11_H
#define VERSIONSTR "0.3 (April 21, 2009)"
#define VERSIONSTR "0.4wip (22 May 2015)"
//#define VERSIONSTR "0.3 (April 21, 2009)"
//#define VERSIONSTR "0.2 July 15, 2001"