Skip to content

Commit e8672e5

Browse files
committed
Bump version to 2.4.0
1 parent 9858195 commit e8672e5

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
- Unreleased
4+
- 2.4.0 (2024-12-13, TZDB version 2024b)
45
- Support new `%z` value in FORMAT column.
56
- Upgrade TZDB to 2024b
67
- https://lists.iana.org/hyperkitty/list/[email protected]/thread/IZ7AO6WRE3W3TWBL5IR6PMQUL433BQIE/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ and the `zonedbc` database to support all timezones, for all transitions defined
7676
in the IANA TZ database (`[1844,2087]`), and extending the validity of timezone
7777
calculations from `[2000,10000)` to `[0001,10000)`.
7878

79-
**Version**: 2.3.2 (2024-07-25, TZDB version 2024a)
79+
**Version**: 2.4.0 (2024-12-13, TZDB version 2024b)
8080

8181
**Changelog**: [CHANGELOG.md](CHANGELOG.md)
8282

USER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The IANA TZ database is programmatically generated into 3 predefined databases:
1818
databases have different accuracy ranges, and are designed to work with
1919
different `ZoneProcessor` and `ZoneManager` classes.
2020

21-
**Version**: 2.3.2 (2024-07-25, TZDB 2024a)
21+
**Version**: 2.4.0 (2024-12-13, TZDB 2024b)
2222

2323
**Related Documents**:
2424

docs/doxygen.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = AceTime
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2.3.0
41+
PROJECT_NUMBER = 2.4.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AceTime
2-
version=2.3.2
2+
version=2.4.0
33
author=Brian T. Park <[email protected]>
44
maintainer=Brian T. Park <[email protected]>
55
sentence=Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.

src/AceTime.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
#include "zonedbc/zone_registry.h"
7171

7272
// Version format: xxyyzz == "xx.yy.zz"
73-
#define ACE_TIME_VERSION 20302
74-
#define ACE_TIME_VERSION_STRING "2.3.2"
73+
#define ACE_TIME_VERSION 20400
74+
#define ACE_TIME_VERSION_STRING "2.4.0"
7575

7676
#endif

0 commit comments

Comments
 (0)