git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34664 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-06-14 23:11:02 +00:00
parent 747f4ee2f7
commit f27641e0cb

View File

@ -2,7 +2,7 @@ dnl Process with autoconf to generate configure script -*- sh -*-
AC_INIT(LyX,2.0.0alpha4,[lyx-devel@lists.lyx.org],[lyx])
# Use ISO format only. The frontend needs to parse this
AC_SUBST(LYX_DATE, ["2010-06-1"])
AC_SUBST(LYX_DATE, ["2010-06-15"])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_HEADERS([config.h])