vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Dec 29 15:00:17 2011 +0100| [a0aacbff2747ea4da48bb3e0cc31e94fd58a43b5] | committer: Jean-Baptiste Kempf
On the road to RC1 > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=a0aacbff2747ea4da48bb3e0cc31e94fd58a43b5 --- NEWS | 2 +- configure.ac | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 99599b8..4b229a1 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between 1.1.x and 1.2.0-pre3: +Changes between 1.1.x and 1.2.0-rc1: ------------------------------------ Important notes: diff --git a/configure.ac b/configure.ac index 8bcca5c..0c0324c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,12 +2,12 @@ dnl Autoconf settings for vlc AC_COPYRIGHT([Copyright 2002-2011 VLC authors and VideoLAN]) -AC_INIT(vlc, 1.2.0-pre3) +AC_INIT(vlc, 1.2.0-rc1) VERSION_MAJOR=1 VERSION_MINOR=2 VERSION_REVISION=0 VERSION_EXTRA=0 -VERSION_DEV=pre3 +VERSION_DEV=rc1 PKGDIR="vlc" AC_SUBST(PKGDIR) @@ -4164,7 +4164,7 @@ dnl dnl Stuff used by the program dnl VERSION_MESSAGE="${VERSION} ${CODENAME}" -COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} the VideoLAN team" +COPYRIGHT_MESSAGE="Copyright © ${COPYRIGHT_YEARS} VLC authors and VideoLAN" AC_DEFINE_UNQUOTED(VERSION_MESSAGE, "${VERSION_MESSAGE}", [Simple version string]) AC_DEFINE_UNQUOTED(COPYRIGHT_MESSAGE, "${COPYRIGHT_MESSAGE}", [Copyright string]) AC_DEFINE_UNQUOTED(COPYRIGHT_YEARS, "${COPYRIGHT_YEARS}", [The copyright years]) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
