https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 6842f6f9623369c10c831c9cec2c50bc52dedf00 authored by hudson@kremvax on 24 June 2009, 02:55:55 UTC
Removed tag
Tip revision: 6842f6f
version.h
#ifndef _version_h_
#define _version_h_
/** \file
 * Auto-generated version strings.
 *
 * These will be filled into version.c by the Makefile.
 */

extern const char build_version[];
extern const char build_id[];
extern const char build_date[];
extern const char build_user[];

#endif

back to top