* ANNOUNCE:

* configure.ac:
	- 1.6.2.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28723 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-03-08 06:47:42 +00:00
parent aca830ca05
commit e1be2bf9e4
2 changed files with 3 additions and 3 deletions

View File

@ -296,7 +296,7 @@ What's new in version 1.6.2?
- Improve debug output when tracing what actions are triggered.
- A re-declaration of an InsetLayout will now update the existing
declaration rather than completely over-writing it---agreeing with the
declaration rather than completely over-writing it -- agreeing with the
behavior of our normal Style declarations.
- Reflect external material template using Instant Preview in the dialog

View File

@ -1,8 +1,8 @@
dnl Process with autoconf to generate configure script -*- sh -*-
AC_INIT(LyX,1.6.2svn,[lyx-devel@lists.lyx.org],[lyx])
AC_INIT(LyX,1.6.2,[lyx-devel@lists.lyx.org],[lyx])
# Use ISO format only. The frontend needs to parse this
AC_SUBST(LYX_DATE, ["2008-12-13"])
AC_SUBST(LYX_DATE, ["2009-03-08"])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_HEADERS([config.h])