zrtp_version.h 536 B

12345678910111213141516171819
  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. #ifndef __ZRTP_VERSION_H__
  10. #define __ZRTP_VERSION_H__
  11. #define LIBZRTP_VERSION_MAJOR 1
  12. #define LIBZRTP_VERSION_MINOR 20
  13. #define LIBZRTP_VERSION_BUILD 616
  14. #define LIBZRTP_VERSION_STR "v1.20 616"
  15. #endif /*__ZRTP_VERSION_H__*/