From fbd205e70d66ff00ce851e94a7b630d1f1cae1a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Matox?= Date: Thu, 31 May 2007 23:41:30 +0000 Subject: [PATCH] Allow rc as suffix for releases git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18610 a592a061-630c-0410-9148-cb99ea01b6c8 --- config/lyxinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index fb948f84b1..dd8220d6c7 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -15,7 +15,7 @@ case AC_PACKAGE_VERSION in AC_DEFINE(DEVEL_VERSION, 1, [Define if you are building a development version of LyX]) LYX_DATE="not released yet" echo "WARNING: This is a development version. Expect bugs.";; - *pre*|*alpha*|*beta*) lyx_prerelease=yes + *pre*|*alpha*|*beta*|*rc*) lyx_prerelease=yes echo "WARNING: This is a prerelease. Be careful and backup your documents.";; esac AC_SUBST(lyx_devel_version)]) -- 2.39.2