git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6005 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2003-01-30 10:05:18 +00:00
parent febb872436
commit dce3897888
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
dnl Process with autoconf to generate configure script -*- sh -*-
AC_INIT(lyx,1.3.0pre2,lyx-devel@lists.lyx.org)
AC_INIT(lyx,1.3.0pre3,lyx-devel@lists.lyx.org)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(src/main.C)
AM_CONFIG_HEADER([src/config.h])
@ -8,7 +8,7 @@ AM_CONFIG_HEADER([src/config.h])
AC_CONFIG_AUX_DIR(config)
PACKAGE=lyx${program_suffix}
VERSION="1.3.0pre2"
VERSION="1.3.0pre3"
LYX_CHECK_VERSION
AC_CANONICAL_TARGET

View File

@ -8,7 +8,7 @@ dnl AM_CONFIG_HEADER(src/config.h)
AC_CONFIG_AUX_DIR(config)
PACKAGE=lyx${program_suffix}
VERSION="1.3.0pre2"
VERSION="1.3.0pre3"
LYX_CHECK_VERSION
AC_CANONICAL_SYSTEM

View File

@ -13,7 +13,7 @@
///
char const * lyx_version = "@VERSION@";
///
char const * lyx_release_date = "Tue, Jan 14, 2003";
char const * lyx_release_date = "Thu, Jan 30, 2003";
/// This version string is intended to be used in files created by LyX
char const * lyx_docversion = "LyX 1.3";