From b7b123fc40ad5639e1dc60bb0a1d1f05d65cb1a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Mon, 6 Mar 2006 23:46:30 +0000 Subject: [PATCH] Create the tag for the 1.4.0 release. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/tags/lyx-1_4_0@13309 a592a061-630c-0410-9148-cb99ea01b6c8 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 978babc572..0de27e5b59 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,1.4.0svn,[lyx-devel@lists.lyx.org],[lyx]) +AC_INIT(LyX,1.4.0,[lyx-devel@lists.lyx.org],[lyx]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(src/main.C) AC_CONFIG_HEADERS([src/config.h])