back to 1.4.0cvs

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10330 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2005-07-18 15:49:57 +00:00
parent 7a23f39975
commit 03f3596d12
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-07-18 Lars Gullik Bjønnes <larsbj@lyx.org>
* configure.ac: version back to 1.4.0cvs
2005-07-18 Lars Gullik Bjønnes <larsbj@lyx.org>
* configure.ac: set version to 1.4.0pre1

View File

@ -1,6 +1,6 @@
dnl Process with autoconf to generate configure script -*- sh -*-
AC_INIT(lyx,1.4.0pre1,lyx-devel@lists.lyx.org)
AC_INIT(lyx,1.4.0cvs,lyx-devel@lists.lyx.org)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(src/main.C)
AM_CONFIG_HEADER([src/config.h])
@ -8,7 +8,7 @@ AM_CONFIG_HEADER([src/config.h])
AC_CONFIG_AUX_DIR(config)
PACKAGE=lyx${program_suffix}
VERSION="1.4.0pre1"
VERSION="1.4.0cvs"
LYX_CHECK_VERSION
dnl default maintainer mode to true for development versions