diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2018-04-03 08:08:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-03 08:08:25 +0100 |
commit | 737383a5a5cac85577024aeba1da16572893cc91 (patch) | |
tree | 0bcc291624e442c47ffd625c2f26c84ec9ac3010 /xmrstak/version.cpp | |
parent | 6feffe2228282814abe716d241292ca2648a4e2a (diff) | |
parent | 5ce9892bebaa3038d3282d247ffee99af8b20ae8 (diff) | |
download | xmr-stak-2.4.1.zip xmr-stak-2.4.1.tar.gz |
Merge pull request #1286 from fireice-uk/dev2.4.1
Bug fix release 2.4.1
Diffstat (limited to 'xmrstak/version.cpp')
-rw-r--r-- | xmrstak/version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/version.cpp b/xmrstak/version.cpp index d3764e4..04948d1 100644 --- a/xmrstak/version.cpp +++ b/xmrstak/version.cpp @@ -18,7 +18,7 @@ #endif #define XMR_STAK_NAME "xmr-stak" -#define XMR_STAK_VERSION "2.4.0" +#define XMR_STAK_VERSION "2.4.1" #if defined(_WIN32) #define OS_TYPE "win" |