Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-11-13 17:46:50 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-11-13 17:46:50 +0300
commite84ac30f6241ea85455b702eede62592e66f81dc (patch)
tree2a176eede6b21c79c3dd5441b9eeeb42596aad71 /src/Version.h
parent18ccfdacdd652db3ad1a91a156b43b3e18d62e33 (diff)
Added WiFi connection mode to diagnostics
Diffstat (limited to 'src/Version.h')
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index 3b57c9cf..70a8e254 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,7 +9,7 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define MAIN_VERSION "3.2-beta3.2"
+# define MAIN_VERSION "3.2-beta3.2+1"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else