[ darkhttpd 1.14 release ]

This commit is contained in:
Emil Mikulic 2022-10-02 12:29:13 +11:00
parent a88ecadafe
commit a7b8f8fa6e
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/* darkhttpd - a simple, single-threaded, static content webserver.
* https://unix4lyfe.org/darkhttpd/
* Copyright (c) 2003-2021 Emil Mikulic <emikulic@gmail.com>
* Copyright (c) 2003-2022 Emil Mikulic <emikulic@gmail.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the
@ -18,8 +18,8 @@
*/
static const char
pkgname[] = "darkhttpd/1.13.from.git",
copyright[] = "copyright (c) 2003-2021 Emil Mikulic";
pkgname[] = "darkhttpd/1.14",
copyright[] = "copyright (c) 2003-2022 Emil Mikulic";
/* Possible build options: -DDEBUG -DNO_IPV6 */