You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/lib/libgsf-1.12.3/gsf/version.c.in

4 lines
213 B

int libgsf_major_version = @LIBGSF_MAJOR_VERSION@; /* The ABI version */
int libgsf_minor_version = @LIBGSF_MINOR_VERSION@; /* The API version */
int libgsf_micro_version = @LIBGSF_MICRO_VERSION@; /* bug fixes */