--- trunk/xvidcore/src/xvid.h 2003/03/04 10:55:21 903 +++ trunk/xvidcore/src/xvid.h 2003/07/28 12:39:32 1098 @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: xvid.h,v 1.28 2003-03-04 10:55:21 syskin Exp $ + * $Id: xvid.h,v 1.32 2003-07-28 12:36:25 edgomez Exp $ * ****************************************************************************/ @@ -34,8 +34,8 @@ * Global constants ****************************************************************************/ -/* API Version : 2.1 */ -#define API_VERSION ((2 << 16) | (1)) +/* API Version : 3.0 */ +#define API_VERSION ((3 << 16) | (0)) #define XVID_API_UNSTABLE /* Bitstream Version @@ -49,7 +49,7 @@ * doesnt hurt but not increasing it could cause difficulty for decoders in the * future */ -#define XVID_BS_VERSION "0009" +#define XVID_BS_VERSION "0015" /* Error codes */