forked from Mirrors/freeswitch
46ecb6f90b
Modified-by: Travis Cross <tc@traviscross.com> Signed-off-by: Travis Cross <tc@traviscross.com>
20 lines
536 B
C
20 lines
536 B
C
/*
|
|
* libZRTP SDK library, implements the ZRTP secure VoIP protocol.
|
|
* Copyright (c) 2006-2009 Philip R. Zimmermann. All rights reserved.
|
|
* Contact: http://philzimmermann.com
|
|
* For licensing and other legal details, see the file zrtp_legal.c.
|
|
*
|
|
* Viktor Krykun <v.krikun at zfoneproject.com>
|
|
*/
|
|
|
|
#ifndef __ZRTP_VERSION_H__
|
|
#define __ZRTP_VERSION_H__
|
|
|
|
#define LIBZRTP_VERSION_MAJOR 1
|
|
|
|
#define LIBZRTP_VERSION_MINOR 20
|
|
#define LIBZRTP_VERSION_BUILD 616
|
|
#define LIBZRTP_VERSION_STR "v1.20 616"
|
|
|
|
#endif /*__ZRTP_VERSION_H__*/
|