diff options
| author | Franklin Wei <franklin@fwei.ml> | 2015-05-21 18:23:14 -0400 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2015-05-21 18:23:14 -0400 |
| commit | e7fddee5abc015d2dbd8f799c610b66a404fc5bc (patch) | |
| tree | 7344cc1f84bf2691caa830d68508a0e9dd0e5aa3 /src | |
| parent | 1d5f45a8c0e339e690fa49e3f5363587d3f7b390 (diff) | |
| download | market-sim-e7fddee5abc015d2dbd8f799c610b66a404fc5bc.zip market-sim-e7fddee5abc015d2dbd8f799c610b66a404fc5bc.tar.gz market-sim-e7fddee5abc015d2dbd8f799c610b66a404fc5bc.tar.bz2 market-sim-e7fddee5abc015d2dbd8f799c610b66a404fc5bc.tar.xz | |
spice up version info
Diffstat (limited to 'src')
| -rw-r--r-- | src/help.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"); |