diff options
author | John Hodge <tpg@mutabah.net> | 2019-10-27 19:47:52 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2019-10-27 19:47:52 +0800 |
commit | 7111acba04d72fe4084b1a1f3209ff83efe8614d (patch) | |
tree | c7220a4d224bf5981e65bf5ca7cbbdd56af7c4b6 /src | |
parent | ebd8edeb4f1861943cc82d310564b1f592e63272 (diff) | |
download | mrust-7111acba04d72fe4084b1a1f3209ff83efe8614d.tar.gz |
Bump version
Diffstat (limited to 'src')
-rw-r--r-- | src/version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.cpp b/src/version.cpp index b40196ff..af5ff552 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -10,7 +10,7 @@ #define VERSION_MAJOR 0 #define VERSION_MINOR 8 -#define VERSION_PATCH 0 +#define VERSION_PATCH 1 #ifdef _WIN32 # define VERSION_GIT_ISDIRTY 1 |