mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
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:
parent
99d47dc590
commit
cb906091c2
@ -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>
|
2006-01-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
* configure.ac (VERSION):
|
* configure.ac (VERSION):
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
dnl Process with autoconf to generate configure script -*- sh -*-
|
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_PREREQ(2.52)
|
||||||
AC_CONFIG_SRCDIR(src/main.C)
|
AC_CONFIG_SRCDIR(src/main.C)
|
||||||
AM_CONFIG_HEADER([src/config.h])
|
AM_CONFIG_HEADER([src/config.h])
|
||||||
@ -8,7 +8,7 @@ AM_CONFIG_HEADER([src/config.h])
|
|||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
|
|
||||||
PACKAGE=lyx${program_suffix}
|
PACKAGE=lyx${program_suffix}
|
||||||
VERSION="1.3.7"
|
VERSION="1.3.8cvs"
|
||||||
LYX_CHECK_VERSION
|
LYX_CHECK_VERSION
|
||||||
|
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
@ -8,7 +8,7 @@ dnl AM_CONFIG_HEADER(src/config.h)
|
|||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
|
|
||||||
PACKAGE=lyx${program_suffix}
|
PACKAGE=lyx${program_suffix}
|
||||||
VERSION="1.3.7"
|
VERSION="1.3.8cvs"
|
||||||
LYX_CHECK_VERSION
|
LYX_CHECK_VERSION
|
||||||
|
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
@ -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>
|
2006-01-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
* * po: remerge.
|
* * po: remerge.
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# modifiy this when you change version
|
# modifiy this when you change version
|
||||||
# Note that an empty lyx_branch variable (ie cvs HEAD)
|
# Note that an empty lyx_branch variable (ie cvs HEAD)
|
||||||
# will "do the right thing".
|
# will "do the right thing".
|
||||||
lyx_version=1.3.7
|
lyx_version=1.3.8cvs
|
||||||
lyx_branch=BRANCH_1_3_X
|
lyx_branch=BRANCH_1_3_X
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user