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