Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
mhussainahmad
/
kortex-api
like
0
Model card
Files
Files and versions
xet
Community
main
kortex-api
/
include
/
common
/
version.h
mhussainahmad
Upload 167 files
053b80b
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
222 Bytes
#
ifndef
VERSION_H
#
define
VERSION_H
#
define
PROJECT_NAME
"KortexApiCpp"
#
define
PROJECT_VER
"2.7.0"
#
define
PROJECT_VER_MAJOR
"2"
#
define
PROJECT_VER_MINOR
"7"
#
define
PTOJECT_VER_PATCH
"0"
#
endif
//VERSION_H