; * admin/admin.el (set-version): Note about Android.

This commit is contained in:
Eli Zaretskii 2025-01-25 10:38:29 +02:00
parent fb282da2a0
commit 52dc01f1c8

View file

@ -131,6 +131,11 @@ Root must be the root of an Emacs source tree."
(set-version-in-file root "etc/refcards/ru-refcard.tex" newmajor (set-version-in-file root "etc/refcards/ru-refcard.tex" newmajor
"\\\\newcommand{\\\\versionemacs}\\[0\\]\ "\\\\newcommand{\\\\versionemacs}\\[0\\]\
{\\([0-9]\\{2,\\}\\)}.+%.+version of Emacs"))) {\\([0-9]\\{2,\\}\\)}.+%.+version of Emacs")))
;; Note: There's also the "android:versionCode=" property in
;; java/AndroidManifest.xml, whose value is the major Emacs version,
;; but if we increase it, upgraded installation will be unable to be
;; downgraded to previous Emacs releases. (The corresponding
;; "android:versionName=" value there is updated by configure.)
(let* ((oldversion (let* ((oldversion
(with-temp-buffer (with-temp-buffer
(insert-file-contents (expand-file-name "README" root)) (insert-file-contents (expand-file-name "README" root))