fix version number (1.4.1svn instead of 1.4.0svn)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13366 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-03-13 15:11:44 +00:00
parent 5b29659a28
commit 368fad3297
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-03-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac: set version number to 1.4.1svn as it should.
2006-03-10 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* status.14x: new file.

View File

@ -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.1svn,[lyx-devel@lists.lyx.org],[lyx])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(src/main.C)
AC_CONFIG_HEADERS([src/config.h])