The Meson Build System http://mesonbuild.com/
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.
 
 
 
 
 
 

29 lines
486 B

#pragma once
/**
* SECTION:version
* @section_id: foo-version
* @short_description: <filename>foo-version.h</filename>
* @title: Foo Versioning
*/
/**
* FOO_MAJOR_VERSION:
*
* The major version of foo.
*/
#define FOO_MAJOR_VERSION (@FOO_MAJOR_VERSION@)
/**
* FOO_MINOR_VERSION:
*
* The minor version of foo.
*/
#define FOO_MINOR_VERSION (@FOO_MINOR_VERSION@)
/**
* FOO_MICRO_VERSION:
*
* The micro version of foo.
*/
#define FOO_MICRO_VERSION (@FOO_MICRO_VERSION@)