~3v1n0/nux/x11-conffile-on-unity-only

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 @NUX_ABI_VERSION@





#endif // ABI_H