2010-02-20 18:51:54 +00:00
|
|
|
/*
|
|
|
|
* 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
|
|
|
|
|
2011-07-06 23:39:18 +00:00
|
|
|
#define LIBZRTP_VERSION_MINOR 12
|
2011-09-20 20:24:57 +00:00
|
|
|
#define LIBZRTP_VERSION_BUILD 600
|
|
|
|
#define LIBZRTP_VERSION_STR "v1.12 600"
|
2010-02-20 18:51:54 +00:00
|
|
|
|
|
|
|
#endif /*__ZRTP_VERSION_H__*/
|