Skip to content

Commit 5e1d5f6

Browse files
committed
chore: bump version 3.14.0
Signed-off-by: Jianhui Zhao <[email protected]>
1 parent 220d275 commit 5e1d5f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[4]: https://github.com/zhaojh329/libuhttpd/pulls
77
[5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic
88
[6]: https://github.com/zhaojh329/libuhttpd/issues/new
9-
[7]: https://img.shields.io/badge/release-3.13.0-blue.svg?style=plastic
9+
[7]: https://img.shields.io/badge/release-3.14.0-blue.svg?style=plastic
1010
[8]: https://github.com/zhaojh329/libuhttpd/releases
1111
[9]: https://github.com/zhaojh329/libuhttpd/workflows/build/badge.svg
1212

README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[4]: https://github.com/zhaojh329/libuhttpd/pulls
77
[5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic
88
[6]: https://github.com/zhaojh329/libuhttpd/issues/new
9-
[7]: https://img.shields.io/badge/release-3.13.0-blue.svg?style=plastic
9+
[7]: https://img.shields.io/badge/release-3.14.0-blue.svg?style=plastic
1010
[8]: https://github.com/zhaojh329/libuhttpd/releases
1111
[9]: https://github.com/zhaojh329/libuhttpd/workflows/build/badge.svg
1212

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The version number.
22
set(UHTTPD_VERSION_MAJOR 3)
3-
set(UHTTPD_VERSION_MINOR 13)
3+
set(UHTTPD_VERSION_MINOR 14)
44
set(UHTTPD_VERSION_PATCH 0)
55

66
aux_source_directory(. SOURCES)

0 commit comments

Comments
 (0)