blob: 737f4bf26686923785a6828b26784d89a39efac4 [file] [log] [blame]
/**
* @file uncrustify_version.h
* Simply defines UNCRUSTIFY_VERSION.
* I don't particularly like how autoconf and friends handle the version...
*
* @author Ben Gardner
* @license GPL v2+
*/
#ifndef UNCRUSTIFY_VERSION_H_INCLUDED
#define UNCRUSTIFY_VERSION_H_INCLUDED
#define UNCRUSTIFY_VERSION "@PACKAGE_VERSION@"
#endif /* UNCRUSTIFY_VERSION_H_INCLUDED */