From: Jean-Baptiste Kempf Date: Fri, 8 May 2009 23:51:17 +0000 (+0200) Subject: Start of 1.1.0-git. X-Git-Tag: 1.1.0-ff~6047 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b50c06c9a5f611be062840825f1837d045eb7342;p=vlc Start of 1.1.0-git. Codename is not changed yet (Zukovsky? Stop Goldeneye?) --- diff --git a/NEWS b/NEWS index 52671ec67d..b8717524c3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes between 1.0.0-rc1 and 1.1.0: +------------------------------------ + + Changes between 0.9.9a and 1.0.0-rc1: ------------------------------------ diff --git a/configure.ac b/configure.ac index 51a42d9d8e..43218e1251 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,11 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 2002-2009 the VideoLAN team]) -AC_INIT(vlc, 1.0.0-rc1) +AC_INIT(vlc, 1.1.0-git) VERSION_MAJOR="1" -VERSION_MINOR="0" +VERSION_MINOR="1" VERSION_REVISION="0" -VERSION_EXTRA="-rc1" +VERSION_EXTRA="-git" PKGDIR="vlc" AC_SUBST(PKGDIR)