mirror of
https://github.com/open-simh/simtools.git
synced 2026-04-25 19:51:23 +00:00
Make sure the -v argument show that this is not the same as previous versions.
This commit is contained in:
@@ -83,6 +83,7 @@ static void print_version(
|
|||||||
fprintf(strm, " Version %s\n", VERSIONSTR);
|
fprintf(strm, " Version %s\n", VERSIONSTR);
|
||||||
fprintf(strm, " Copyright 2001 Richard Krehbiel,\n");
|
fprintf(strm, " Copyright 2001 Richard Krehbiel,\n");
|
||||||
fprintf(strm, " modified 2009 by Joerg Hoppe.\n");
|
fprintf(strm, " modified 2009 by Joerg Hoppe.\n");
|
||||||
|
fprintf(strm, " modified 2015 by Olaf 'Rhialto' Seibert.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
#ifndef MACRO11_H
|
#ifndef MACRO11_H
|
||||||
#define 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"
|
//#define VERSIONSTR "0.2 July 15, 2001"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user