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

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