diff options
author | Andrei Pavel <andrei@isc.org> | 2023-02-17 11:27:13 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2023-02-17 16:07:10 +0100 |
commit | 38e63b426039386575f274291b94b0dcab706143 (patch) | |
tree | 1cd51ada2486bb804825c041cd2c7bdfa0b2527f /tools | |
parent | [#2704] fixed clang TSAN warnings by startong thread pools after setting up c... (diff) | |
download | kea-38e63b426039386575f274291b94b0dcab706143.tar.xz kea-38e63b426039386575f274291b94b0dcab706143.zip |
[#2768] bump up library versions for 2.3.5 release
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/bump-lib-versions.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/bump-lib-versions.sh b/tools/bump-lib-versions.sh index 133251b6f0..cfd1b17c41 100755 --- a/tools/bump-lib-versions.sh +++ b/tools/bump-lib-versions.sh @@ -155,9 +155,8 @@ fi (echo "\ TODO. [build] TODO - The library version numbers have been bumped for the Kea ${major}.${middle}.${minor} + The library version numbers have been bumped up for the Kea ${major}.${middle}.${minor} ${release} release. (Gitlab #TODO) " && cat ./ChangeLog) > ./ChangeLog.tmp mv ./ChangeLog.tmp ./ChangeLog - |