mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
Let's go!
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@7826 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
53f81cae69
commit
5d22e29fe1
4
ANNOUNCE
4
ANNOUNCE
@ -83,8 +83,8 @@ What's new
|
||||
Extended manual; small tweaks to the english documentation; german
|
||||
documentation overhaul; french documentation and examples update
|
||||
|
||||
- completely new italian localization; french, german and slovenian
|
||||
localization updates
|
||||
- completely new italian localization; french, german, russian and
|
||||
slovenian localization updates
|
||||
|
||||
** Bug fixes
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
2003-09-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* LyX 1.3.3 released
|
||||
|
||||
* ANNOUNCE: update again
|
||||
|
||||
2003-09-24 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* NEWS:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-09-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* configure.in (VERSION):
|
||||
* configure.ac: set version to 1.3.3
|
||||
|
||||
2003-07-22 John Levon <levon@movementarian.org>
|
||||
|
||||
* configure.ac:
|
||||
|
@ -1,6 +1,6 @@
|
||||
dnl Process with autoconf to generate configure script -*- sh -*-
|
||||
|
||||
AC_INIT(lyx,1.3.3cvs,lyx-devel@lists.lyx.org)
|
||||
AC_INIT(lyx,1.3.3,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.3cvs"
|
||||
VERSION="1.3.3"
|
||||
LYX_CHECK_VERSION
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
@ -8,7 +8,7 @@ dnl AM_CONFIG_HEADER(src/config.h)
|
||||
AC_CONFIG_AUX_DIR(config)
|
||||
|
||||
PACKAGE=lyx${program_suffix}
|
||||
VERSION="1.3.3cvs"
|
||||
VERSION="1.3.3"
|
||||
LYX_CHECK_VERSION
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
@ -1,5 +1,7 @@
|
||||
2003-09-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* *.po: remerge for release
|
||||
|
||||
* ru.po: update from Vitaly Lipatov
|
||||
|
||||
2003-09-15 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
@ -1,3 +1,7 @@
|
||||
2003-09-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* version.C.in: update release date
|
||||
|
||||
2003-09-23 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* buffer.C (readFile): use a temp file when running lyx2lyx, since
|
||||
|
@ -13,7 +13,7 @@
|
||||
///
|
||||
char const * lyx_version = "@VERSION@";
|
||||
///
|
||||
char const * lyx_release_date = "Tue, May 6 2003";
|
||||
char const * lyx_release_date = "Thu, Sep 25 2003";
|
||||
|
||||
/// This version string is intended to be used in files created by LyX
|
||||
char const * lyx_docversion = "LyX 1.3";
|
||||
|
Loading…
Reference in New Issue
Block a user