-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Originally written by Frederik Seiffert <[email protected]> | ||
|
||
Copyright (c) 2011-2023 Ivan Kuchin | ||
Copyright (c) 2011-2024 Ivan Kuchin | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,4 +176,4 @@ open "https://github.com/toy/blueutil/releases/new?tag=$(git describe --tags --a | |
|
||
Originally written by Frederik Seiffert [email protected] http://www.frederikseiffert.de/blueutil/ | ||
|
||
Copyright (c) 2011-2023 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details. | ||
Copyright (c) 2011-2024 Ivan Kuchin. See [LICENSE.txt](LICENSE.txt) for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ | |
// | ||
// Originally written by Frederik Seiffert <[email protected]> http://www.frederikseiffert.de/blueutil/ | ||
// | ||
// Copyright (c) 2011-2023 Ivan Kuchin. See <LICENSE.txt> for details. | ||
// Copyright (c) 2011-2024 Ivan Kuchin. See <LICENSE.txt> for details. | ||
|
||
#define VERSION "2.9.1" | ||
#define VERSION "2.10.0" | ||
|
||
#import <IOBluetooth/IOBluetooth.h> | ||
|
||
|