]> git.lyx.org Git - lyx.git/blobdiff - configure.ac
fix vertical alignment convertion for tables in format 216.
[lyx.git] / configure.ac
index fecc88e735c833e7c4964bbe191d9fb5970d01bb..db689d8fae088c029939851b3731b2da2d6837cc 100644 (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