diff options
| author | Franklin Wei <franklin@fwei.ml> | 2015-05-23 12:50:40 -0400 |
|---|---|---|
| committer | Franklin Wei <franklin@fwei.ml> | 2015-05-23 12:50:40 -0400 |
| commit | 1b3bb316b4f85a13c03bc0ab43b26f34aa2d52e4 (patch) | |
| tree | 2bab1de92c5ff4952fc45d7d36f2e560b7c5a6c4 | |
| parent | f051dcc3ec404a08017ec10539c76a3208a851c7 (diff) | |
| download | market-sim-0.2.zip market-sim-0.2.tar.gz market-sim-0.2.tar.bz2 market-sim-0.2.tar.xz | |
bump version to v0.2v0.2
| -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 4900c67..c2bb8cc 100644 --- a/src/globals.h +++ b/src/globals.h @@ -17,7 +17,7 @@ #define ARRAYLEN(x) (sizeof(x) / sizeof(x[0])) /* VERSION_INFO is supplied by the compiler */ -#define PROGRAM_VERSION "v0.1 (" VERSION_INFO ")" +#define PROGRAM_VERSION "v0.2 (" VERSION_INFO ")" #define ARG_LOADED (1<<0) #define ARG_FAILURE (1<<1) |