mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Allow rc as suffix for releases
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18610 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3897455b9c
commit
fbd205e70d
@ -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)])
|
||||
|
Loading…
Reference in New Issue
Block a user