back to work

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17346 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2007-02-25 21:06:22 +00:00
parent e18e37fcc4
commit 474973d3cb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-02-14 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac: back to work.
2007-02-14 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* LyX 1.4.4 is released.

View File

@ -1,6 +1,6 @@
dnl Process with autoconf to generate configure script -*- sh -*-
AC_INIT(LyX,1.4.4,[lyx-devel@lists.lyx.org],[lyx])
AC_INIT(LyX,1.4.5svn,[lyx-devel@lists.lyx.org],[lyx])
AC_SUBST(LYX_DATE, ["14/02/2007"])
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(src/main.C)