Skip to content

Commit b64bf85

Browse files
committed
Update COPYING.LIB documentation
1 parent 5b73f1a commit b64bf85

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

COPYING.LIB

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ SpiFlash object is used for low level flash accesses, and is also MIT
1010
licensed, as are Roger Loh's PSRAM and HyperRam/HyperFlash drivers.
1111

1212
Copyright (c) 2011-2023 Total Spectrum Software Inc.
13-
Copyright (c) 2006-2019 Parallax, Inc.
13+
Copyright (c) 2006-2023 Parallax, Inc.
1414
Copyright (c) 2020 Jeff Roark
1515
Copyright (c) 2020 Nicolas Benezan
1616
Copyright (c) 2021-2022 Roger Loh
17+
Copyright (c) 2023 Iron Sheep Productions, LLC
1718

1819
Permission is hereby granted, free of charge, to any person obtaining
1920
a copy of this software and associated documentation files (the

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
#define VERSION_MAJOR 6
88
#define VERSION_MINOR 6
9-
#define VERSION_REV 0
10-
//#define BETA "-beta"
9+
#define VERSION_REV 1
10+
#define BETA "-beta"
1111

1212
#define VERSIONSTR version_string
1313

0 commit comments

Comments
 (0)