diff options
author | Wolfgang Hommel <wolf@code-wizards.com> | 2017-11-14 20:28:32 +0100 |
---|---|---|
committer | Wolfgang Hommel <wolf@code-wizards.com> | 2017-11-14 20:28:32 +0100 |
commit | c9a681c3e36c453affb7ff393458478a953d886c (patch) | |
tree | 286bf120c444d006f7ff768a0fed62274ba9d717 /src/faketime.c | |
parent | 4ce283594fc212d724cf44a90bc3cfc61474b3c9 (diff) | |
download | libfaketime-c9a681c3e36c453affb7ff393458478a953d886c.tar.gz |
Preparations for 0.9.7 releasev0.9.7
Diffstat (limited to 'src/faketime.c')
-rw-r--r-- | src/faketime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/faketime.c b/src/faketime.c index cdc7ab4..138ebbd 100644 --- a/src/faketime.c +++ b/src/faketime.c @@ -1,7 +1,7 @@ /* * libfaketime wrapper command * - * This file is part of libfaketime, version 0.9.6 + * This file is part of libfaketime, version 0.9.7 * * libfaketime is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License v2 as published by the @@ -48,7 +48,7 @@ #include "faketime_common.h" -const char version[] = "0.9.6"; +const char version[] = "0.9.7"; #ifdef __APPLE__ static const char *date_cmd = "gdate"; |