We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0581081 commit d6ce28aCopy full SHA for d6ce28a
src/version.h
@@ -22,15 +22,15 @@
22
#define APP_ID "xmrig-proxy"
23
#define APP_NAME "xmrig-proxy"
24
#define APP_DESC "XMRig Stratum proxy"
25
-#define APP_VERSION "6.19.1-dev"
+#define APP_VERSION "6.19.2"
26
#define APP_DOMAIN "xmrig.com"
27
#define APP_SITE "www.xmrig.com"
28
#define APP_COPYRIGHT "Copyright (C) 2016-2023 xmrig.com"
29
#define APP_KIND "proxy"
30
31
#define APP_VER_MAJOR 6
32
#define APP_VER_MINOR 19
33
-#define APP_VER_PATCH 1
+#define APP_VER_PATCH 2
34
35
#ifdef _MSC_VER
36
# if (_MSC_VER >= 1930)
0 commit comments