You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lighttpd2/include/lighttpd/version.h

13 lines
229 B
C

#ifndef _LIGHTTPD_VERSION_H_
#define _LIGHTTPD_VERSION_H_
#ifdef HAVE_VERSION_H
#include <lighttpd/versionstamp.h>
#else
#define REPO_VERSION ""
#endif
#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION
#endif