aboutsummaryrefslogtreecommitdiff
path: root/src/help.c
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2015-05-21 18:23:14 -0400
committerFranklin Wei <git@fwei.tk>2015-05-21 18:23:14 -0400
commite20d7ba8bcd1701bedab6689efc4b4e8a8c6f28a (patch)
tree7344cc1f84bf2691caa830d68508a0e9dd0e5aa3 /src/help.c
parent3943a1c03a7944b38a5e3ffc65a4a2f13ff710c3 (diff)
downloadmarket-sim-e20d7ba8bcd1701bedab6689efc4b4e8a8c6f28a.zip
market-sim-e20d7ba8bcd1701bedab6689efc4b4e8a8c6f28a.tar.gz
market-sim-e20d7ba8bcd1701bedab6689efc4b4e8a8c6f28a.tar.bz2
market-sim-e20d7ba8bcd1701bedab6689efc4b4e8a8c6f28a.tar.xz
spice up version info
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");