mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-20 17:00:36 +00:00
7 lines
203 B
C
7 lines
203 B
C
|
#ifndef __ABG_VERSION_H__
|
||
|
#define __ABG_VERSION_H__
|
||
|
#define ABIGAIL_VERSION_MAJOR @VERSION_MAJOR@
|
||
|
#define ABIGAIL_VERSION_MINOR @VERSION_MINOR@
|
||
|
#define ABIGAIL_VERSION_REVISION @VERSION_REVISION@
|
||
|
#endif
|