flapper_version.h 436 B

123456789101112
  1. // This is a stand-in for a generated file that is available when Flapper is
  2. // available.
  3. #ifndef FLAPPER_VERSION_H_INCLUDED_
  4. #define FLAPPER_VERSION_H_INCLUDED_
  5. // If Flapper were available, we'd define two things:
  6. // - FLAPPER_AVAILABLE (to indicate availability), and
  7. // - FLAPPER_VERSION_STRING (with the version of the Flapper that's available
  8. // as a string, e.g., "11.2.123.456").
  9. #endif // FLAPPER_VERSION_H_INCLUDED_