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:
Stefan Bühler 2009-04-10 18:27:35 +00:00
parent 638ee6cad9
commit ab6223a9aa
1 changed files with 12 additions and 0 deletions

12
src/version.h Normal file
View File

@ -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