diff options
| author | Franklin Wei <franklin@fwei.ml> | 2015-05-28 17:37:41 -0400 |
|---|---|---|
| committer | Franklin Wei <franklin@fwei.ml> | 2015-05-28 17:37:41 -0400 |
| commit | 853ec68ddca266bc4a47d32b5b96bf787d65f586 (patch) | |
| tree | 0a5c6b65d1d6e19becac96cd1fe1b5fefa9a1ebe /src | |
| parent | f59e5515d67e6c861622db648e0d53b6a7e68fb0 (diff) | |
| download | market-sim-0.3.zip market-sim-0.3.tar.gz market-sim-0.3.tar.bz2 market-sim-0.3.tar.xz | |
bump version to v0.3v0.3
Diffstat (limited to 'src')
| -rw-r--r-- | src/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h index 6403327..efddce3 100644 --- a/src/globals.h +++ b/src/globals.h @@ -20,7 +20,7 @@ #define ARRAYLEN(x) (sizeof(x) / sizeof(x[0])) /* VERSION_INFO is supplied by the compiler */ -#define PROGRAM_VERSION "v0.2 (" VERSION_INFO ")" +#define PROGRAM_VERSION "v0.3 (" VERSION_INFO ")" #define ARG_LOADED (1<<0) #define ARG_FAILURE (1<<1) |