00001 /* 00002 * g722_1 - a library for the G.722.1 and Annex C codecs 00003 * 00004 * version.h 00005 * 00006 * Adapted by Steve Underwood <steveu@coppice.org> from the reference 00007 * code supplied with ITU G.722.1 00008 * 00009 * This program is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00012 * 00013 * $Id: version.h.in,v 1.2 2008/09/20 16:52:51 steveu Exp $ 00014 */ 00015 00016 #if !defined(_G722_1_VERSION_H_) 00017 #define _G722_1_VERSION_H_ 00018 00019 /* The date and time of the version are in UTC form. */ 00020 00021 #define G722_1_RELEASE_DATE 20081121 00022 #define G722_1_RELEASE_TIME 153216 00023 00024 #endif 00025 /*- End of file ------------------------------------------------------------*/