From: José Matox Date: Fri, 30 May 2008 15:56:49 +0000 (+0000) Subject: Going for 1.6.0 (beta 1) X-Git-Tag: 1.6.10~4607 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ac28bcc93fd3085f5a680a7ad76b0da5f7ad1021;p=features.git Going for 1.6.0 (beta 1) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25017 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/configure.ac b/configure.ac index 86f6e1fa0f..a77234c7df 100644 --- a/configure.ac +++ b/configure.ac @@ -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, ["Tue, Apr 22, 2008"]) +AC_INIT(LyX,1.6.0beta1,[lyx-devel@lists.lyx.org],[lyx]) +AC_SUBST(LYX_DATE, ["Fri, May 29, 2008"]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([src/config.h])