--- xvid.c 2004/04/14 19:51:06 1.48.2.3 +++ xvid.c 2004/08/29 10:56:57 1.48.2.5 @@ -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.3 2004/04/14 19:51:06 edgomez Exp $ + * $Id: xvid.c,v 1.48.2.5 2004/08/29 10:56:57 edgomez Exp $ * ****************************************************************************/ @@ -567,7 +567,7 @@ return XVID_ERR_VERSION; info->actual_version = XVID_VERSION; - info->build = "xvid-1.0.0"; + info->build = "xvid-1.0.2"; info->cpu_flags = detect_cpu_flags(); #if defined(_SMP) && defined(WIN32)