aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <franklin@fwei.ml>2015-05-23 12:50:40 -0400
committerFranklin Wei <franklin@fwei.ml>2015-05-23 12:50:40 -0400
commit1b3bb316b4f85a13c03bc0ab43b26f34aa2d52e4 (patch)
tree2bab1de92c5ff4952fc45d7d36f2e560b7c5a6c4
parentf051dcc3ec404a08017ec10539c76a3208a851c7 (diff)
downloadmarket-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.h2
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)