Change version to one that RPM will accept.

This commit is contained in:
Richard Kimberly Heck 2023-07-26 19:45:16 -04:00
parent 493e7da9d0
commit 137fd291c2

View File

@ -1,6 +1,6 @@
dnl Process with autoconf to generate configure script -*- sh -*- dnl Process with autoconf to generate configure script -*- sh -*-
AC_INIT([LyX],[2.4.0-RC1-devel],[lyx-devel@lists.lyx.org],[lyx]) AC_INIT([LyX],[2.4.0~RC1.devel],[lyx-devel@lists.lyx.org],[lyx])
AC_PRESERVE_HELP_ORDER AC_PRESERVE_HELP_ORDER
# Use ISO format only. The frontend needs to parse this # Use ISO format only. The frontend needs to parse this
AC_SUBST(LYX_DATE, ["2022-12-11"]) AC_SUBST(LYX_DATE, ["2022-12-11"])