/usr/include/Nux-4.0/Nux/ABI.h is in libnux-4.0-dev 4.0.8+17.10.20170922-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | #ifndef ABI_H
#define ABI_H
// Increase the number (to the current date) everytime you propose a branch that breaks the API or ABI
// The number format is : year/month/day
// e.g.: december 1st, 2011 is: 20111201
// So far there is no provision for more than one break in a day.
#define NUX_ABIVERSION 20140307.0
#endif // ABI_H
|