mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
pre4
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4058 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8ce18ac0cd
commit
e369083582
@ -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)
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user