* configure.ac: set version to 1.5.2 and adjust date

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20746 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2007-10-05 07:30:33 +00:00
parent aaf10a25dd
commit e4983e9780

View File

@ -1,7 +1,7 @@
dnl Process with autoconf to generate configure script -*- sh -*-
AC_INIT(LyX,1.5.2svn,[lyx-devel@lists.lyx.org],[lyx])
AC_SUBST(LYX_DATE, ["Sat, Aug 4, 2007"])
AC_INIT(LyX,1.5.2,[lyx-devel@lists.lyx.org],[lyx])
AC_SUBST(LYX_DATE, ["Fri, Oct 5, 2007"])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_HEADERS([src/config.h])