FC_MINOR

Current Fontconfig version number. This same number must appear in the fontconfig configure.in file. Yes, it'a a pain to synchronize version numbers like this.

  1. enum FC_MAJOR;
  2. enum FC_MINOR;
    @system @nogc extern (C)
    enum FC_MINOR = 13;
  3. enum FC_REVISION;
  4. enum FC_VERSION;

Meta