소스 검색

[cron] Bump distribution date (2022-08-22)

thinkyhead 1 년 전
부모
커밋
e201f4e656
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      Marlin/Version.h
  2. 1
    1
      Marlin/src/inc/Version.h

+ 1
- 1
Marlin/Version.h 파일 보기

41
  * here we define this default string as the date where the latest release
41
  * here we define this default string as the date where the latest release
42
  * version was tagged.
42
  * version was tagged.
43
  */
43
  */
44
-//#define STRING_DISTRIBUTION_DATE "2022-08-21"
44
+//#define STRING_DISTRIBUTION_DATE "2022-08-22"
45
 
45
 
46
 /**
46
 /**
47
  * Defines a generic printer name to be output to the LCD after booting Marlin.
47
  * Defines a generic printer name to be output to the LCD after booting Marlin.

+ 1
- 1
Marlin/src/inc/Version.h 파일 보기

42
  * version was tagged.
42
  * version was tagged.
43
  */
43
  */
44
 #ifndef STRING_DISTRIBUTION_DATE
44
 #ifndef STRING_DISTRIBUTION_DATE
45
-  #define STRING_DISTRIBUTION_DATE "2022-08-21"
45
+  #define STRING_DISTRIBUTION_DATE "2022-08-22"
46
 #endif
46
 #endif
47
 
47
 
48
 /**
48
 /**

Loading…
취소
저장