mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
pre2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5952 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
dd16b2eff7
commit
8833b65eef
@ -1,6 +1,6 @@
|
||||
dnl Process with autoconf to generate configure script -*- sh -*-
|
||||
|
||||
AC_INIT(lyx,1.3.0pre1,lyx-devel@lists.lyx.org)
|
||||
AC_INIT(lyx,1.3.0pre2,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.0pre1"
|
||||
VERSION="1.3.0pre2"
|
||||
LYX_CHECK_VERSION
|
||||
|
||||
AC_CANONICAL_TARGET
|
||||
|
@ -8,7 +8,7 @@ dnl AM_CONFIG_HEADER(src/config.h)
|
||||
AC_CONFIG_AUX_DIR(config)
|
||||
|
||||
PACKAGE=lyx${program_suffix}
|
||||
VERSION="1.3.0pre1"
|
||||
VERSION="1.3.0pre2"
|
||||
LYX_CHECK_VERSION
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
@ -13,7 +13,7 @@
|
||||
///
|
||||
char const * lyx_version = "@VERSION@";
|
||||
///
|
||||
char const * lyx_release_date = "Thu, Dec 19, 2002";
|
||||
char const * lyx_release_date = "Tue, Jan 14, 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