Update NEWS preparing for alpha1

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23863 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2008-03-21 11:27:21 +00:00
parent 45d42022f7
commit 37c3024b5a
2 changed files with 37 additions and 30 deletions

7
NEWS
View File

@ -1,3 +1,10 @@
What's new in version 1.6.0alpha1?
----------------------------
The new features in LyX 1.6 are detailed in
http://wiki.lyx.org/LyX/NewInLyX16
What's new in version 1.5.1?
----------------------------

View File

@ -1,7 +1,7 @@
dnl Process with autoconf to generate configure script -*- sh -*-
AC_INIT(LyX,1.6.0svn,[lyx-devel@lists.lyx.org],[lyx])
AC_SUBST(LYX_DATE, ["Wed, Jun 27, 2007"])
AC_INIT(LyX,1.6.0alpha1,[lyx-devel@lists.lyx.org],[lyx])
AC_SUBST(LYX_DATE, ["Fri, Mar 21, 2008"])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_HEADERS([src/config.h])