|
||||
File indexing completed on 2025-01-17 09:55:23
0001 #ifndef GAUDI_VERSION_H 0002 #define GAUDI_VERSION_H 0003 0004 #ifndef CALC_GAUDI_VERSION 0005 #define CALC_GAUDI_VERSION(maj,min) (((maj) << 16) + (min)) 0006 #endif 0007 0008 #define GAUDI_MAJOR_VERSION 38 0009 #define GAUDI_MINOR_VERSION 1 0010 #define GAUDI_PATCH_VERSION 0 0011 0012 #define GAUDI_VERSION CALC_GAUDI_VERSION(GAUDI_MAJOR_VERSION,GAUDI_MINOR_VERSION) 0013 0014 #endif // GAUDI_VERSION_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |