mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
[ darkhttpd 1.10 release ]
This commit is contained in:
parent
5058dfeb03
commit
32158f92b4
@ -1,6 +1,6 @@
|
|||||||
/* darkhttpd - a simple, single-threaded, static content webserver.
|
/* darkhttpd - a simple, single-threaded, static content webserver.
|
||||||
* http://unix4lyfe.org/darkhttpd/
|
* https://unix4lyfe.org/darkhttpd/
|
||||||
* Copyright (c) 2003-2013 Emil Mikulic <emikulic@gmail.com>
|
* Copyright (c) 2003-2014 Emil Mikulic <emikulic@gmail.com>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and distribute this software for any
|
* Permission to use, copy, modify, and distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the
|
* purpose with or without fee is hereby granted, provided that the
|
||||||
@ -18,8 +18,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
static const char
|
static const char
|
||||||
pkgname[] = "darkhttpd/1.9.from.git",
|
pkgname[] = "darkhttpd/1.10.from.git",
|
||||||
copyright[] = "copyright (c) 2003-2013 Emil Mikulic";
|
copyright[] = "copyright (c) 2003-2014 Emil Mikulic";
|
||||||
|
|
||||||
#ifndef DEBUG
|
#ifndef DEBUG
|
||||||
# define NDEBUG
|
# define NDEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user