--- branches/release-1_1-branch/xvidcore/src/xvid.c 2006/11/01 10:04:29 1750 +++ branches/release-1_1-branch/xvidcore/src/xvid.c 2006/11/01 10:17:27 1751 @@ -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.65.2.3 2006-07-11 19:11:37 Isibaar Exp $ + * $Id: xvid.c,v 1.65.2.4 2006-11-01 10:17:27 Isibaar Exp $ * ****************************************************************************/ @@ -712,7 +712,7 @@ return XVID_ERR_VERSION; info->actual_version = XVID_VERSION; - info->build = "xvid-1.1.1; + info->build = "xvid-1.1.2"; info->cpu_flags = detect_cpu_flags(); #if defined(_SMP) && defined(WIN32)