]> git.lyx.org Git - lyx.git/commitdiff
pre4 1.2.0pre4
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 24 Apr 2002 15:43:48 +0000 (15:43 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 24 Apr 2002 15:43:48 +0000 (15:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4058 a592a061-630c-0410-9148-cb99ea01b6c8

configure.in
src/version.C.in

index bfc3491a863948677ed95bdaad0c3c91d2d0ad2e..92cd3c2f1265847eb9d5dc0dafc623e771836fd5 100644 (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)
index 2e8094346e77778e9d32a7c90e977e38d1deb4f2..9158ce03b7a133d5ae79d7bc6dbf3bed39a49d9d 100644 (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";