1 /* 2 * libZRTP SDK library, implements the ZRTP secure VoIP protocol. 3 * Copyright (c) 2006-2009 Philip R. Zimmermann. All rights reserved. 4 * Contact: http://philzimmermann.com 5 * For licensing and other legal details, see the file zrtp_legal.c. 6 * 7 * Viktor Krykun <v.krikun at zfoneproject.com> 8 */ 9 10 #ifndef __ZRTP_VERSION_H__ 11 #define __ZRTP_VERSION_H__ 12 13 #define LIBZRTP_VERSION_MAJOR 1 14 15 #define LIBZRTP_VERSION_MINOR 20 16 #define LIBZRTP_VERSION_BUILD 616 17 #define LIBZRTP_VERSION_STR "v1.20 616" 18 19 #endif /*__ZRTP_VERSION_H__*/ 20