Skip to content

Commit

Permalink
Merge branch 'bugfix-2.1.x' into bugfix-2.1.x-October3
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 authored Oct 19, 2024
2 parents 1f794f4 + cf137cb commit 2fba91f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .zed/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@
* see the documentation: https://zed.dev/docs/configuring-zed#settings-files
*/
{
"enable_language_servers": false
"languages": {
"C": {
"enable_language_server": false
},
"C++": {
"enable_language_server": false
}
}
}
2 changes: 1 addition & 1 deletion Marlin/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
//#define STRING_DISTRIBUTION_DATE "2024-10-14"
//#define STRING_DISTRIBUTION_DATE "2024-10-17"

/**
* Defines a generic printer name to be output to the LCD after booting Marlin.
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* version was tagged.
*/
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2024-10-14"
#define STRING_DISTRIBUTION_DATE "2024-10-17"
#endif

/**
Expand Down

0 comments on commit 2fba91f

Please sign in to comment.