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>2021-04-21 22:58:33 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-04-21 22:58:33 +0300
commit34819e69e90179e52a2005843488a8363fc1b5bf (patch)
tree1100856a0db861b26e83cd206ab517c9b7b212ae /src/Version.h
parentf6f73065a4c2f7e609d78e7ccb7ba6aec43796fc (diff)
Increased version to 3.3beta3
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 b84a7cfe..28afed60 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,7 +9,7 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define MAIN_VERSION "3.3beta2+2"
+# define MAIN_VERSION "3.3beta3"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else