VoxelConfig.h 296 B

12345678910111213141516
  1. /*
  2. * TI Voxel Lib component.
  3. *
  4. * Copyright (c) 2014 Texas Instruments Inc.
  5. */
  6. #ifndef VOXEL_VOXELCONFIG_H
  7. #define VOXEL_VOXELCONFIG_H
  8. #define VOXEL_ABI_VERSION 34
  9. #define VOXEL_MAJOR_VERSION 0
  10. #define VOXEL_MINOR_VERSION 6
  11. #define VOXEL_PATCH_VERSION 8
  12. #define VOXEL_CONF_VERSION 1
  13. #endif