X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=db689d8fae088c029939851b3731b2da2d6837cc;hb=568ae274e5fe2bdb2a11a7d5763a7398e9e6f11d;hp=fecc88e735c833e7c4964bbe191d9fb5970d01bb;hpb=7a23f39975b0d5cc611725ccfc7e3de90e1128c7;p=lyx.git diff --git a/configure.ac b/configure.ac index fecc88e735..db689d8fae 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.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