diff --git a/config/ChangeLog b/config/ChangeLog index 8a5cde0398..c4d87d27bd 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2004-10-06 Jean-Marc Lasgouttes + + * configure.in (VERSION): + * configure.ac (VERSION): back to 1.3.6cvs + 2004-10-05 Jean-Marc Lasgouttes * configure.in (VERSION): diff --git a/config/configure.ac b/config/configure.ac index c2d4e96a1b..a5759306e9 100644 --- a/config/configure.ac +++ b/config/configure.ac @@ -1,6 +1,6 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(lyx,1.3.5,lyx-devel@lists.lyx.org) +AC_INIT(lyx,1.3.6cvs,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.3.5" +VERSION="1.3.6cvs" LYX_CHECK_VERSION AM_MAINTAINER_MODE diff --git a/config/configure.in b/config/configure.in index 6a10758d52..13bc8c14d6 100644 --- a/config/configure.in +++ b/config/configure.in @@ -8,7 +8,7 @@ dnl AM_CONFIG_HEADER(src/config.h) AC_CONFIG_AUX_DIR(config) PACKAGE=lyx${program_suffix} -VERSION="1.3.5" +VERSION="1.3.6cvs" LYX_CHECK_VERSION AM_MAINTAINER_MODE diff --git a/po/ChangeLog b/po/ChangeLog index 96945e5da0..f123f73459 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2004-10-06 Jean-Marc Lasgouttes + + * postats.sh (lyx_version): back to cvs + 2004-10-05 Jean-Marc Lasgouttes * postats.sh (lyx_version): set to 1.3.5 diff --git a/po/postats.sh b/po/postats.sh index b78fea1106..f35a84d374 100755 --- a/po/postats.sh +++ b/po/postats.sh @@ -16,7 +16,7 @@ # postats.sh po_files > "pathToWebPages"/i18n.php3 # modifiy this when you change version -lyx_version=1.3.5 +lyx_version=1.3.6cvs lyx_branch=BRANCH_1_3_X