ICAROUS
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Modules Pages
sch_version.h
1/*
2** $Id: sch_version.h 1.3.1.3 2017/07/05 15:37:38EDT sstrege Exp $
3**
4** Copyright (c) 2007-2014 United States Government as represented by the
5** Administrator of the National Aeronautics and Space Administration.
6** All Other Rights Reserved.
7**
8** This software was created at NASA's Goddard Space Flight Center.
9** This software is governed by the NASA Open Source Agreement and may be
10** used, distributed and modified only pursuant to the terms of that
11** agreement.
12**
13** Subsystem: Scheduler (SCH) version definitions
14**
15** Author:
16**
17** Notes:
18*/
19
20/*************************************************************************
21**
22** Ensure that "this" header is included only once
23**
24**************************************************************************/
25
26#ifndef _sch_version_
27#define _sch_version_
28
29#define SCH_MAJOR_VERSION 2
30#define SCH_MINOR_VERSION 2
31#define SCH_REVISION 1
32
33#endif /* _sch_version_ */