Bump Version to 1.0.3 for next release

This commit is contained in:
Knutwurst
2020-06-06 23:08:31 +02:00
parent fb927ee602
commit 3bbe852b3e
2 changed files with 5 additions and 5 deletions

View File

@@ -38,9 +38,6 @@
*/
#define CONFIGURATION_H_VERSION 020005
#define KNUTWURST_MEGAS
#define KNUTWURST_TMC
//===========================================================================
//============================= Getting Started =============================
//===========================================================================
@@ -2350,9 +2347,12 @@
* The new version is to be identified by a "TRIGORILLA1.1" lettering
* on the upper left of the PCB silkscreen.
*/
#define TRIGORILLA_VERSION 1
#define TRIGORILLA_VERSION 0
// Enable Anycubic TFT
#define ANYCUBIC_TOUCHSCREEN
#define ANYCUBIC_FILAMENT_RUNOUT_SENSOR
//#define ANYCUBIC_TFT_DEBUG
#define KNUTWURST_MEGAS
#define KNUTWURST_TMC

View File

@@ -38,7 +38,7 @@
* Defines the version of the Marlin build. Not to be confused with
* Marlin's own build number, e.g. 2.0.x.
*/
#define CUSTOM_BUILD_VERSION "1.0.2"
#define CUSTOM_BUILD_VERSION "1.0.3"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2020-03-31"