Skip to content

Commit 9dc1a5f

Browse files
committed
Release 2.4.0
* Update Copyright years
1 parent 8bff4db commit 9dc1a5f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+60
-60
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
esp-nimble-cpp
22
NimBLE-Arduino
3-
Copyright 2020-2025 Ryan Powell <ryan@nable-embedded.io> and
3+
Copyright 2020-2026 Ryan Powell <ryan@nable-embedded.io> and
44
esp-nimble-cpp, NimBLE-Arduino contributors.
55

66
The Initial Developer of some parts of this library, which are copied from,

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = NimBLE-Arduino
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 2.3.9
51+
PROJECT_NUMBER = 2.4.0
5252
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5353
# for a project that appears at the top of each page and should give viewer a
5454
# quick idea about the purpose of the project. Keep the description short.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=NimBLE-Arduino
2-
version=2.4.0-rc
2+
version=2.4.0
33
author=h2zero
44
maintainer=Ryan Powell <ryan@nable-embedded.io>
55
sentence=Bluetooth low energy (BLE) library for Arduino based on NimBLE.

src/NimBLE2904.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2025 Ryan Powell <ryan@nable-embedded.io> and
2+
* Copyright 2020-2026 Ryan Powell <ryan@nable-embedded.io> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLE2904.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2025 Ryan Powell <ryan@nable-embedded.io> and
2+
* Copyright 2020-2026 Ryan Powell <ryan@nable-embedded.io> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAddress.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2025 Ryan Powell <ryan@nable-embedded.io> and
2+
* Copyright 2020-2026 Ryan Powell <ryan@nable-embedded.io> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAddress.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2025 Ryan Powell <ryan@nable-embedded.io> and
2+
* Copyright 2020-2026 Ryan Powell <ryan@nable-embedded.io> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAdvertisedDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2025 Ryan Powell <ryan@nable-embedded.io> and
2+
* Copyright 2020-2026 Ryan Powell <ryan@nable-embedded.io> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/NimBLEAdvertisedDevice.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2025 Ryan Powell <ryan@nable-embedded.io> and
2+
* Copyright 2020-2026 Ryan Powell <ryan@nable-embedded.io> and
33
* esp-nimble-cpp, NimBLE-Arduino contributors.
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)