aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/abstractions/nasa_cfe/osal/include/osapi-version.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-10 08:00:01 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-10 08:00:01 +0000
commit0f1f5ec0a8331c8d693c633278d627a04265a414 (patch)
treeccc32295d49d37b94485b2f35ce6771d004833b9 /os/common/abstractions/nasa_cfe/osal/include/osapi-version.h
parent369222c87ab0d503d9a9d2d96ebb04eff45e51b5 (diff)
downloadChibiOS-0f1f5ec0a8331c8d693c633278d627a04265a414.tar.gz
ChibiOS-0f1f5ec0a8331c8d693c633278d627a04265a414.tar.bz2
ChibiOS-0f1f5ec0a8331c8d693c633278d627a04265a414.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9270 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/abstractions/nasa_cfe/osal/include/osapi-version.h')
-rw-r--r--os/common/abstractions/nasa_cfe/osal/include/osapi-version.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/os/common/abstractions/nasa_cfe/osal/include/osapi-version.h b/os/common/abstractions/nasa_cfe/osal/include/osapi-version.h
new file mode 100644
index 000000000..331e96c94
--- /dev/null
+++ b/os/common/abstractions/nasa_cfe/osal/include/osapi-version.h
@@ -0,0 +1,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 */
+/************************/