blob: 331e96c9422e793ab5711948f432f741c25794af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
/************************************************************************
** 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 */
/************************/
|