From a614f76da617380b06af7344a4861ea35104e7ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Thu, 19 Dec 2002 18:38:30 +0000 Subject: [PATCH] prepare for pre1 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5878 a592a061-630c-0410-9148-cb99ea01b6c8 --- config/configure.ac | 4 ++-- config/configure.in | 2 +- development/lyx.spec.in | 2 +- src/.cvsignore | 1 - src/Makefile.am | 2 +- src/version.C.in | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/config/configure.ac b/config/configure.ac index ed4c466cb4..00d75466b4 100644 --- a/config/configure.ac +++ b/config/configure.ac @@ -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 diff --git a/config/configure.in b/config/configure.in index b607c1ae0d..97ce8c76c2 100644 --- a/config/configure.in +++ b/config/configure.in @@ -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 diff --git a/development/lyx.spec.in b/development/lyx.spec.in index 7f827db8b0..7e7bd5c4ab 100644 --- a/development/lyx.spec.in +++ b/development/lyx.spec.in @@ -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 diff --git a/src/.cvsignore b/src/.cvsignore index c493749fa8..e94535cc37 100644 --- a/src/.cvsignore +++ b/src/.cvsignore @@ -1,4 +1,3 @@ -ext_l10n.h config.h version.C lyx diff --git a/src/Makefile.am b/src/Makefile.am index 8aff0349db..b899d9d189 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ diff --git a/src/version.C.in b/src/version.C.in index b95682d156..6c3729abd0 100644 --- a/src/version.C.in +++ b/src/version.C.in @@ -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"; -- 2.39.5