--- branches/release-1_0-branch/xvidcore/src/xvid.c 2004/12/18 12:06:43 1579 +++ branches/release-1_0-branch/xvidcore/src/xvid.c 2004/12/19 12:04:27 1580 @@ -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.c,v 1.48.2.5 2004-08-29 10:56:57 edgomez Exp $ + * $Id: xvid.c,v 1.48.2.6 2004-12-19 12:04:27 edgomez Exp $ * ****************************************************************************/ @@ -567,7 +567,7 @@ return XVID_ERR_VERSION; info->actual_version = XVID_VERSION; - info->build = "xvid-1.0.2"; + info->build = "xvid-1.0.3"; info->cpu_flags = detect_cpu_flags(); #if defined(_SMP) && defined(WIN32)