back to 1.3.8cvs (to please Angus)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10750 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-01-18 15:23:48 +00:00
parent 99d47dc590
commit cb906091c2
5 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2006-01-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac (VERSION):
* configure.in (VERSION): back to 1.3.8cvs (just in case)
2006-01-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac (VERSION):

View File

@ -1,6 +1,6 @@
dnl Process with autoconf to generate configure script -*- sh -*-
AC_INIT(lyx,1.3.7,lyx-devel@lists.lyx.org)
AC_INIT(lyx,1.3.8cvs,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.7"
VERSION="1.3.8cvs"
LYX_CHECK_VERSION
AM_MAINTAINER_MODE

View File

@ -8,7 +8,7 @@ dnl AM_CONFIG_HEADER(src/config.h)
AC_CONFIG_AUX_DIR(config)
PACKAGE=lyx${program_suffix}
VERSION="1.3.7"
VERSION="1.3.8cvs"
LYX_CHECK_VERSION
AM_MAINTAINER_MODE

View File

@ -1,3 +1,7 @@
2006-01-18 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* postats.sh (lyx_version): set version to 1.3.8cvs (just in case)
2006-01-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* * po: remerge.

View File

@ -18,7 +18,7 @@
# modifiy this when you change version
# Note that an empty lyx_branch variable (ie cvs HEAD)
# will "do the right thing".
lyx_version=1.3.7
lyx_version=1.3.8cvs
lyx_branch=BRANCH_1_3_X