From e88bc302c24bfdc21144a4444e0e4eef6fabd385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matox?= Date: Fri, 11 Jul 2008 12:25:12 +0000 Subject: [PATCH] Update ANNOUNCE and NEWS for beta 4 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25565 a592a061-630c-0410-9148-cb99ea01b6c8 --- ANNOUNCE | 11 +++++------ NEWS | 2 +- configure.ac | 4 ++-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index b5d0fee753..5dcd4b8de0 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,8 +1,7 @@ -Public release of LyX version 1.6.0 (alpha 2) +Public release of LyX version 1.6.0 (beta 4) ============================================= -We are pleased to announce the second alpha release of LyX 1.6.0 (the -first to be publicly announced). +We are pleased to announce the fourth beta release of LyX 1.6.0. LyX 1.6.0 will be the culmination of 9 months of hard work since the release of the LyX 1.5 series. We sincerely hope you will enjoy the @@ -13,7 +12,7 @@ visible has taken place. The core of LyX has seen more cleanups and some of the new features are the direct results of this work. The file RELEASE-NOTES lists some known issues with this release -compared to the current stable release (LyX 1.5.4). An updated list of +compared to the current stable release (LyX 1.5.5). An updated list of issues might later be found at http://wiki.lyx.org/LyX/ReleaseNotes @@ -48,7 +47,7 @@ which yields smaller files): ftp://ftp.devel.lyx.org/pub/lyx/devel/lyx-1.6.0alpha2.tar.bz2 Note that due to the amount of change, no patch is provided to upgrade -from version 1.5.4. +from version 1.5.5. Prebuilt binaries (rpms for linux distributions, Mac OS X and Windows installers) should soon be available at @@ -67,7 +66,7 @@ Enjoy! The LyX team. -What's new in version 1.6.0alpha2? +What's new in version 1.6.0beta4? ---------------------------- The new features in LyX 1.6 are detailed in diff --git a/NEWS b/NEWS index 1567487be0..c2a14e8edd 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -What's new in version 1.6.0beta3? +What's new in version 1.6.0beta4? ---------------------------- The new features in LyX 1.6 are detailed in diff --git a/configure.ac b/configure.ac index b60f085aea..8dd5ef2743 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ vdnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,1.6.0svn,[lyx-devel@lists.lyx.org],[lyx]) -AC_SUBST(LYX_DATE, ["Tue, Jun 3, 2008"]) +AC_INIT(LyX,1.6.0beta4,[lyx-devel@lists.lyx.org],[lyx]) +AC_SUBST(LYX_DATE, ["Fri, Jul 11, 2008"]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([config.h])