From: Christophe Mutricy Date: Thu, 19 Mar 2009 02:01:24 +0000 (+0000) Subject: 1st preview release for VLC 1.0.0 X-Git-Tag: 1.0.0-pre1^0 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=badc5d5dd4071bf4cca682545a917fb082603ae3;p=vlc 1st preview release for VLC 1.0.0 --- diff --git a/NEWS b/NEWS index 5f4349aec2..111b95ab01 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -Changes between 0.9.8a and 1.0.0-git: ------------------------------------- +Changes between 0.9.8a and 1.0.0-pre1: +-------------------------------------- Playback: * Instantaneous pausing diff --git a/configure.ac b/configure.ac index acd0468875..82a140ef0a 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-git) +AC_INIT(vlc, 1.0.0-pre1) VERSION_MAJOR="1" VERSION_MINOR="0" VERSION_REVISION="0" -VERSION_EXTRA="-git" +VERSION_EXTRA="-pre1" PKGDIR="vlc" AC_SUBST(PKGDIR)