* configure.ac: final date for 1.6.2.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28770 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-03-14 12:48:39 +00:00
parent 9ae2136da4
commit 1e11d791b4

View File

@ -2,7 +2,7 @@ dnl Process with autoconf to generate configure script -*- sh -*-
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, ["2009-03-09"])
AC_SUBST(LYX_DATE, ["2009-03-14"])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_HEADERS([config.h])