prepare for pre1

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5878 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-12-19 18:38:30 +00:00
parent c75cd5bee3
commit a614f76da6
6 changed files with 6 additions and 7 deletions

View File

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

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.0cvs"
VERSION="1.3.0pre1"
LYX_CHECK_VERSION
AC_CANONICAL_SYSTEM

View File

@ -10,7 +10,7 @@ Source: ftp://ftp.lyx.org/pub/lyx/stable/lyx-%{PACKAGE_VERSION}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
Icon: lyx.xpm
Prefix: /usr
Requires: xforms >= 0.88, tetex-xdvi, tetex, tetex-latex
Requires: xforms >= 0.89, tetex-xdvi, tetex, tetex-latex
Obsoletes: tetex-lyx
%description

View File

@ -1,4 +1,3 @@
ext_l10n.h
config.h
version.C
lyx

View File

@ -23,7 +23,7 @@ lyx_LDADD = $(LYX_CONV_LIBS) $(BOOST_LIBS) $(INTLLIBS) \
#lyx_LDFLAGS=-Wl,-O1
EXTRA_DIST = config.h.in stamp-h.in cheaders ext_l10n.h version.C.in \
EXTRA_DIST = config.h.in stamp-h.in cheaders version.C.in \
Sectioning.h \
Sectioning.C \
Variables.C \

View File

@ -13,7 +13,7 @@
///
char const * lyx_version = "@VERSION@";
///
char const * lyx_release_date = "Fri, May 3, 2002";
char const * lyx_release_date = "Thu, Dec 19, 2002";
/// This version string is intended to be used in files created by LyX
char const * lyx_docversion = "LyX 1.3";