[ darkhttpd 1.10 release ]

This commit is contained in:
Emil Mikulic 2014-05-26 22:07:59 +10:00
parent 5058dfeb03
commit 32158f92b4
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/* darkhttpd - a simple, single-threaded, static content webserver.
* http://unix4lyfe.org/darkhttpd/
* Copyright (c) 2003-2013 Emil Mikulic <emikulic@gmail.com>
* https://unix4lyfe.org/darkhttpd/
* Copyright (c) 2003-2014 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.9.from.git",
copyright[] = "copyright (c) 2003-2013 Emil Mikulic";
pkgname[] = "darkhttpd/1.10.from.git",
copyright[] = "copyright (c) 2003-2014 Emil Mikulic";
#ifndef DEBUG
# define NDEBUG