From 506bb385a5bced95e041bdc613005c950df93904 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 4 Nov 2011 02:30:52 +0100 Subject: [PATCH] Moving to 1.2.0-pre1 --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 7beaa872bd..20683be357 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 1.1.x and 1.2.0-git: +Changes between 1.1.x and 1.2.0-pre1: ------------------------------------ Important notes: diff --git a/configure.ac b/configure.ac index 9db6f6abba..b688d8f806 100644 --- a/configure.ac +++ b/configure.ac @@ -2,12 +2,12 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 2002-2011 the VideoLAN team]) -AC_INIT(vlc, 1.2.0-git) +AC_INIT(vlc, 1.2.0-pre1) VERSION_MAJOR=1 VERSION_MINOR=2 VERSION_REVISION=0 VERSION_EXTRA=0 -VERSION_DEV=git +VERSION_DEV=pre1 PKGDIR="vlc" AC_SUBST(PKGDIR) -- 2.39.2