Commit a0aacbff authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

On the road to RC1

parent 19ff9f6c
Changes between 1.1.x and 1.2.0-pre3:
Changes between 1.1.x and 1.2.0-rc1:
------------------------------------
Important notes:
......
......@@ -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])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment