omap3530/beagle_drivers/wb/api/include/cyastsdkversion.h
changeset 27 117faf51deac
equal deleted inserted replaced
26:b7e488c49d0d 27:117faf51deac
       
     1 /* Cypress Astoria Sdk Version file (cyastsdkversion.h)
       
     2  ## ===========================
       
     3  ##
       
     4  ##  Copyright Cypress Semiconductor Corporation, 2006-2009,
       
     5  ##  All Rights Reserved
       
     6  ##  UNPUBLISHED, LICENSED SOFTWARE.
       
     7  ##
       
     8  ##  CONFIDENTIAL AND PROPRIETARY INFORMATION
       
     9  ##  WHICH IS THE PROPERTY OF CYPRESS.
       
    10  ##
       
    11  ##  Use of this file is governed
       
    12  ##  by the license agreement included in the file
       
    13  ##
       
    14  ##     <install>/license/license.txt
       
    15  ##
       
    16  ##  where <install> is the Cypress software
       
    17  ##  installation root directory path.
       
    18  ##
       
    19  ## ===========================
       
    20 */
       
    21 
       
    22 #ifndef _INCLUDED_CYASTSDK_VERSION_H_
       
    23 #define _INCLUDED_CYASTSDK_VERSION_H_
       
    24 
       
    25 /* Astoria SDK version 1.2.1 */
       
    26 #define CYAS_MAJOR_VERSION (1)
       
    27 #define CYAS_MINOR_VERSION (2)
       
    28 #define CYAS_BUILD_NUMBER (197)
       
    29 
       
    30 #endif /*_INCLUDED_CYASTSDK_VERSION_H_*/