osapi-version.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /************************************************************************
  2. ** File:
  3. ** $Id: osapi-version.h 1.11 2014/05/02 13:53:14GMT-05:00 acudmore Exp $
  4. **
  5. ** Copyright (c) 2004-2006, United States government as represented by the
  6. ** administrator of the National Aeronautics Space Administration.
  7. ** All rights reserved. This software was created at NASAs Goddard
  8. ** Space Flight Center pursuant to government contracts.
  9. **
  10. ** This is governed by the NASA Open Source Agreement and may be used,
  11. ** distributed and modified only pursuant to the terms of that agreement.
  12. **
  13. ** Purpose:
  14. ** The OSAL version numbers
  15. **
  16. ** Notes:
  17. **
  18. ** $Log: osapi-version.h $
  19. ** Revision 1.11 2014/05/02 13:53:14GMT-05:00 acudmore
  20. ** Updated version to 4.1.1
  21. ** Revision 1.10 2014/01/23 16:33:31GMT-05:00 acudmore
  22. ** Update for 4.1 release
  23. ** Revision 1.9 2013/01/16 14:35:18GMT-05:00 acudmore
  24. ** updated version label
  25. ** Revision 1.8 2012/04/16 14:57:04GMT-05:00 acudmore
  26. ** Updated version label to 3.5.0.0
  27. ** Revision 1.7 2012/01/17 16:04:29EST acudmore
  28. ** Updated version to 3.4.1
  29. ** Revision 1.6 2011/12/05 15:45:16EST acudmore
  30. ** Updated version label to 3.4.0
  31. ** Initial revision
  32. ** Member added to project c:/MKSDATA/MKS-REPOSITORY/MKS-OSAL-REPOSITORY/src/os/inc/project.pj
  33. **
  34. *************************************************************************/
  35. #ifndef _osapi_version_h_
  36. #define _osapi_version_h_
  37. #define OS_MAJOR_VERSION (4)
  38. #define OS_MINOR_VERSION (1)
  39. #define OS_REVISION (1)
  40. #define OS_MISSION_REV (0)
  41. #endif /* _osapi_version_h_ */
  42. /************************/
  43. /* End of File Comment */
  44. /************************/