From: Jean-Baptiste Kempf Date: Thu, 25 Apr 2013 12:53:18 +0000 (+0200) Subject: On the road to 2.1.0-pre1 X-Git-Tag: 2.1.0-git~470 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e9f12b9e313e63b0834d8d27282ac76b8e29723b;p=vlc On the road to 2.1.0-pre1 --- diff --git a/NEWS b/NEWS index bde6ba4150..6a0142a553 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 2.0.x and 2.1.0-git: +Changes between 2.0.x and 2.1.0-pre1: -------------------------------- Important changes: diff --git a/configure.ac b/configure.ac index af9c44777e..9d3fb68730 100644 --- a/configure.ac +++ b/configure.ac @@ -2,12 +2,12 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 2002-2013 VLC authors and VideoLAN]) -AC_INIT(vlc, 2.1.0-git) +AC_INIT(vlc, 2.1.0-pre1) VERSION_MAJOR=2 VERSION_MINOR=1 VERSION_REVISION=0 VERSION_EXTRA=0 -VERSION_DEV=git +VERSION_DEV=pre1 PKGDIR="vlc" AC_SUBST(PKGDIR)