/src/cjose/src/version.c
Line
Count
Source
1
/*!
2
* Copyrights
3
*
4
* Portions created or assigned to Cisco Systems, Inc. are
5
* Copyright (c) 2014-2016 Cisco Systems, Inc. All Rights Reserved.
6
*/
7
8
#include <cjose/version.h>
9
10
289
const char *cjose_version(void) { return CJOSE_VERSION; }