Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Version.cpp « src - github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2aa172ee51fdb96454be780407bb5aa2b9fb6ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Version.cpp
 *
 *  Created on: 12 Aug 2022
 *      Author: David
 */

#include "Version.h"
#include <General/IsoDate.h>

const char *const DATE = IsoDate;
const char *const TIME_SUFFIX = " " __TIME__;

// End