damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

flatcc_version.h (245B)


      1 #ifdef __cplusplus
      2 extern "C" {
      3 #endif
      4 
      5 #define FLATCC_VERSION_TEXT "0.6.2"
      6 #define FLATCC_VERSION_MAJOR 0
      7 #define FLATCC_VERSION_MINOR 6
      8 #define FLATCC_VERSION_PATCH 2
      9 /* 1 or 0 */
     10 #define FLATCC_VERSION_RELEASED 0
     11 
     12 #ifdef __cplusplus
     13 }
     14 #endif