mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Allow alpha as suffix for development releases
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15934 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
48dd256733
commit
6e22254244
@ -16,7 +16,7 @@ if echo AC_PACKAGE_VERSION | grep 'svn' >/dev/null ; then
|
||||
else
|
||||
lyx_devel_version=no
|
||||
fi
|
||||
if echo AC_PACKAGE_VERSION | grep 'pre' > /dev/null ; then
|
||||
if echo AC_PACKAGE_VERSION | egrep 'pre|alpha' > /dev/null ; then
|
||||
lyx_prerelease=yes
|
||||
echo "WARNING: This is a prerelease. Be careful and backup your documents."
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user