blob: 3d7cd2567c52c3a323392a1d16f9bc664d73c51d [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 "0.61"
#endif /* UNCRUSTIFY_VERSION_H_INCLUDED */