File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / src / version.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 10:32:47 2013 UTC (10 years, 8 months ago) by misho
Branches: lighttpd, MAIN
CVS tags: v1_4_35p0, v1_4_35, v1_4_33, HEAD
1.4.33

    1: #ifndef _VERSION_H_
    2: #define _VERSION_H_
    3: 
    4: #ifdef HAVE_VERSION_H
    5: # include "versionstamp.h"
    6: #else
    7: # define REPO_VERSION ""
    8: #endif
    9: 
   10: #define PACKAGE_DESC PACKAGE_NAME "/" PACKAGE_VERSION REPO_VERSION
   11: 
   12: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>