Skip to content

Commit

Permalink
Make sure the -v argument show that this is not the same as previous …
Browse files Browse the repository at this point in the history
…versions.
  • Loading branch information
Rhialto committed May 22, 2015
1 parent 435cdb0 commit da068e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions macro11.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}


Expand Down
3 changes: 2 additions & 1 deletion macro11.h
Original file line number Diff line number Diff line change
@@ -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"


Expand Down

0 comments on commit da068e0

Please sign in to comment.