/** * @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+ * * $Id: uncrustify_version.h 1044 2007-11-30 22:37:16Z bengardner $ */ #ifndef UNCRUSTIFY_VERSION_H_INCLUDED #define UNCRUSTIFY_VERSION_H_INCLUDED #define UNCRUSTIFY_VERSION "0.42" #endif /* UNCRUSTIFY_VERSION_H_INCLUDED */