From d0a39773e051f6bfde6dadb375e99126020576ed Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Sun, 29 Sep 2013 12:38:05 +0200 Subject: [PATCH] + added original date (no new version number --- libraries/FastShiftOut/FastShiftOut.cpp | 1 + libraries/FastShiftOut/FastShiftOut.h | 1 + 2 files changed, 2 insertions(+) diff --git a/libraries/FastShiftOut/FastShiftOut.cpp b/libraries/FastShiftOut/FastShiftOut.cpp index b61f0500..fd67e063 100644 --- a/libraries/FastShiftOut/FastShiftOut.cpp +++ b/libraries/FastShiftOut/FastShiftOut.cpp @@ -3,6 +3,7 @@ // AUTHOR: Rob Tillaart // VERSION: 0.1.03 // PURPOSE: shiftout that implements the Print interface +// DATE: 2013-08-22 // URL: // // Released to the public domain diff --git a/libraries/FastShiftOut/FastShiftOut.h b/libraries/FastShiftOut/FastShiftOut.h index 5f7a4239..9e0db7ac 100644 --- a/libraries/FastShiftOut/FastShiftOut.h +++ b/libraries/FastShiftOut/FastShiftOut.h @@ -3,6 +3,7 @@ // AUTHOR: Rob Tillaart // VERSION: 0.1.03 // PURPOSE: shiftout that implements the Print interface +// DATE: 2013-08-22 // URL: // // Released to the public domain