Forgot src/version.h in previous commit
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2468 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
638ee6cad9
commit
ab6223a9aa
|
@ -0,0 +1,12 @@
|
|||
#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
|
Loading…
Reference in New Issue