mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-21 15:42:44 +00:00
added rx888
This commit is contained in:
26
rx888_source/src/CyAPI/VersionNo.h
Normal file
26
rx888_source/src/CyAPI/VersionNo.h
Normal file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
## Cypress CyAPI C++ library version number header file (VersionNo.h)
|
||||
## =======================================================
|
||||
##
|
||||
## Copyright Cypress Semiconductor Corporation, 2009-2012,
|
||||
## All Rights Reserved
|
||||
## UNPUBLISHED, LICENSED SOFTWARE.
|
||||
##
|
||||
## CONFIDENTIAL AND PROPRIETARY INFORMATION
|
||||
## WHICH IS THE PROPERTY OF CYPRESS.
|
||||
##
|
||||
## Use of this file is governed
|
||||
## by the license agreement included in the file
|
||||
##
|
||||
## <install>/license/license.rtf
|
||||
##
|
||||
## where <install> is the Cypress software
|
||||
## install root directory path.
|
||||
##
|
||||
## =======================================================
|
||||
*/
|
||||
#define FILEVER 1,2,1,0
|
||||
#define PRODUCTVER 1,2,1,0
|
||||
#define STRFILEVER "1, 2, 1, 0"
|
||||
#define STRPRODUCTVER "1, 2, 1, 0"
|
||||
#define STRFILEVER_ASSENBLY "1.2.1.0"
|
||||
Reference in New Issue
Block a user