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.
lighttpd1.4/src/version.h

13 lines
202 B
C

#ifndef _VERSION_H_
#define _VERSION_H_
#ifdef HAVE_VERSION_H
#include "versionstamp.h"
#else
#define REPO_VERSION ""
#endif
#define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION
#endif