]> git.lyx.org Git - features.git/commitdiff
Add test for beta release
authorJosé Matox <jamatos@lyx.org>
Sun, 18 Feb 2007 22:41:19 +0000 (22:41 +0000)
committerJosé Matox <jamatos@lyx.org>
Sun, 18 Feb 2007 22:41:19 +0000 (22:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17249 a592a061-630c-0410-9148-cb99ea01b6c8

config/lyxinclude.m4

index e022616aeb810a18e71f69b286497704b7031e85..d5dce19dba314aad9c73e7d03ca5479243e563d0 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*)lyx_prerelease=yes
+  *pre*|*alpha*|*beta*) lyx_prerelease=yes
         echo "WARNING: This is a prerelease. Be careful and backup your documents.";;
 esac
 AC_SUBST(lyx_devel_version)])