git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3865 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-03-30 00:24:44 +00:00
parent 5e3b849ce7
commit 304bfc4a26
2 changed files with 21 additions and 22 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.0pre1"
LYX_CHECK_VERSION
AC_CANONICAL_SYSTEM
@ -199,7 +199,7 @@ case "$lyx_use_frontend" in
LYX_PATH_XPM
LYX_PATH_XFORMS
AM_PATH_GTKMM(1.2.1,,
AC_MSG_ERROR(Cannot find GTK--: Please install Version 1.2.1+))
AC_MSG_ERROR(Cannot find GTK--: Please install Version 1.2.1+))
AM_PATH_GNOMEMM
dnl ******************************
@ -209,7 +209,7 @@ dnl Ensure gnome-config is available...
AC_PATH_PROG(GNOME_CONFIG, gnome-config, no)
AC_MSG_CHECKING(for Glade libraries)
if $GNOME_CONFIG --libs libglade > /dev/null 2>&1; then
AC_MSG_RESULT(found)
AC_MSG_RESULT(found)
else
AC_MSG_ERROR(Did not find libGlade installed)
fi

View File

@ -13,11 +13,10 @@
///
char const * lyx_version = "@VERSION@";
///
char const * lyx_release_date = "Thu, Jan 11, 2001";
char const * lyx_release_date = "Sat, Mar 30, 2002";
/// This version string is intended to be used in files created by LyX
char const * lyx_docversion = "LyX 1.2";
/// This is the version information shown by 'lyx -version'
char const * lyx_version_info = "@VERSION_INFO@";