mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-17 15:34:34 +00:00
d23c4e9b96
* include/libabigail/abg-*.h: Move to... * include/abg-*.h * include/libabigail: Remove. * configure.ac: Adjust include location from libabigail/include to include. * Makefile.in: Same. * aclocal.m4: Same. * configure: Same. * doc/Makefile.in: Same. * include/Makefile.am: Same. * src/Makefile.am: Same. * src/Makefile.in: Same. * tests/Makefile.am: Same. * tests/Makefile.in: Same.
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
|