aboutsummaryrefslogtreecommitdiff
path: root/src/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/help.c b/src/help.c
index 58e46c9..70072a8 100644
--- a/src/help.c
+++ b/src/help.c
@@ -16,6 +16,8 @@ void print_usage(int argc, char *argv[])
void print_version(void)
{
printf("market-sim " PROGRAM_VERSION "\n");
+ printf("Built with %s.\n", curl_version());
+ printf("Build date: %s\n", __DATE__);
printf("Copyright (C) 2015 Franklin Wei.\n\n");
printf("License GPLv2: GNU GPL version 2 <http://www.gnu.org/licenses/gpl-2.0.html>\n");
printf("This program is distributed in the hope that it will be useful, but WITHOUT ANY\n");