lean2/src/version.h.in

5 lines
196 B
C
Raw Normal View History

// the configured options and settings for Tutorial
#define LEAN_VERSION_MAJOR @LEAN_VERSION_MAJOR@
#define LEAN_VERSION_MINOR @LEAN_VERSION_MINOR@
2014-10-07 19:00:49 +00:00
#define LEAN_VERSION_PATCH @LEAN_VERSION_PATCH@