aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2022-10-22 18:35:25 -0400
committerGravatar Peter McGoron 2022-10-22 18:35:25 -0400
commitcff9cd967f4353365c0535c96255c73c79d735cc (patch)
tree99384a6babfb0a5630c3b0e1a29806a2b5c303c1
parentrewrite entire test harness (diff)
bump version
-rw-r--r--spi_master.v2
-rw-r--r--spi_slave.v2
2 files changed, 2 insertions, 2 deletions
diff --git a/spi_master.v b/spi_master.v
index ae75394..053686f 100644
--- a/spi_master.v
+++ b/spi_master.v
@@ -1,4 +1,4 @@
-/* (c) Peter McGoron 2022
+/* (c) Peter McGoron 2022 v0.2
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v.2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
diff --git a/spi_slave.v b/spi_slave.v
index 4c15e37..83ab335 100644
--- a/spi_slave.v
+++ b/spi_slave.v
@@ -1,4 +1,4 @@
-/* (c) Peter McGoron 2022 v0.1
+/* (c) Peter McGoron 2022 v0.2
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v.2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.