git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4058 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-04-24 15:43:48 +00:00
parent 8ce18ac0cd
commit e369083582
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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";