From e3690835824da004cff75a1dfb9ffb11669ee988 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Wed, 24 Apr 2002 15:43:48 +0000 Subject: [PATCH] pre4 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4058 a592a061-630c-0410-9148-cb99ea01b6c8 --- configure.in | 4 ++-- src/version.C.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index bfc3491a86..92cd3c2f12 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ dnl AM_CONFIG_HEADER(src/config.h) AC_CONFIG_AUX_DIR(config) PACKAGE=lyx${program_suffix} -VERSION="1.2.0cvs" +VERSION="1.2.0pre4" LYX_CHECK_VERSION AC_CANONICAL_SYSTEM @@ -314,7 +314,7 @@ LYX_CHECK_DECL(istreambuf_iterator, iterator) dnl This is a slight hack: the tests generated by autoconf 2.52 do not dnl work correctly because of some conflict with stdlib.h with g++ 2.96 -dnl We aim to remove this eventually, since we should test as much as +dnl We aim to remove this eventually, since we should test as much as dnl possible with the compiler which will use the functions (JMarc) AC_LANG_C AC_CHECK_FUNCS(memmove memset strchr putenv setenv mkfifo mkstemp mktemp) diff --git a/src/version.C.in b/src/version.C.in index 2e8094346e..9158ce03b7 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 = "Sun, Apr 7, 2002"; +char const * lyx_release_date = "Wed, Apr 24, 2002"; /// This version string is intended to be used in files created by LyX char const * lyx_docversion = "LyX 1.2"; -- 2.39.2