Skip to content

Commit 698f309

Browse files
committed
Version bump
1 parent d2c1023 commit 698f309

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Marlin/Version.h

+4-3
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,21 @@
2828
/**
2929
* Marlin release version identifier
3030
*/
31-
#define SHORT_BUILD_VERSION "CR6Comm-Rel6.1-Nightly"
31+
#define SHORT_BUILD_VERSION "CR6Comm-Rel6.1-Pre3"
3232

3333
/**
3434
* Verbose version identifier which should contain a reference to the location
3535
* from where the binary was downloaded or the source code was compiled.
3636
*/
37-
#define DETAILED_BUILD_VERSION "CR-6 community firmware - release 6.1 - nightly (based on Marlin 2.0.8)"
37+
#define DETAILED_BUILD_VERSION "CR-6 community firmware - release 6.1 - prerelease 3 (based on Marlin 2.0.8)"
3838

3939
/**
4040
* The STRING_DISTRIBUTION_DATE represents when the binary file was built,
4141
* here we define this default string as the date where the latest release
4242
* version was tagged.
4343
*/
44-
#define STRING_DISTRIBUTION_DATE "2021-04-30"
44+
#define STRING_DISTRIBUTION_DATE "2021-05-01"
45+
4546

4647
/**
4748
* Defines a generic printer name to be output to the LCD after booting Marlin.

0 commit comments

Comments
 (0)