]> git.lyx.org Git - features.git/commitdiff
Allow rc as suffix for releases
authorJosé Matox <jamatos@lyx.org>
Thu, 31 May 2007 23:41:30 +0000 (23:41 +0000)
committerJosé Matox <jamatos@lyx.org>
Thu, 31 May 2007 23:41:30 +0000 (23:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18610 a592a061-630c-0410-9148-cb99ea01b6c8

config/lyxinclude.m4

index fb948f84b127150e56ddd0eabe8273cc4b9eac12..dd8220d6c7351f243da3dba5c561a8b851b8d928 100644 (file)
@@ -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)])