aboutsummaryrefslogtreecommitdiffstats
path: root/admin/admin.el
diff options
context:
space:
mode:
authorEli Zaretskii2025-01-25 10:38:29 +0200
committerEli Zaretskii2025-01-25 10:38:29 +0200
commit52dc01f1c8b3c14405cc9ce2a825ea68edcdadc8 (patch)
tree94e04fbe858b6b4cffb8709612b0cc7e8eaeaa90 /admin/admin.el
parentfb282da2a0756d4e6de16b5879e42204f0d33e5b (diff)
downloademacs-52dc01f1c8b3c14405cc9ce2a825ea68edcdadc8.tar.gz
emacs-52dc01f1c8b3c14405cc9ce2a825ea68edcdadc8.zip
; * admin/admin.el (set-version): Note about Android.
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/admin.el b/admin/admin.el
index d98b8243f25..131b8574029 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -131,6 +131,11 @@ Root must be the root of an Emacs source tree."
131 (set-version-in-file root "etc/refcards/ru-refcard.tex" newmajor 131 (set-version-in-file root "etc/refcards/ru-refcard.tex" newmajor
132 "\\\\newcommand{\\\\versionemacs}\\[0\\]\ 132 "\\\\newcommand{\\\\versionemacs}\\[0\\]\
133{\\([0-9]\\{2,\\}\\)}.+%.+version of Emacs"))) 133{\\([0-9]\\{2,\\}\\)}.+%.+version of Emacs")))
134 ;; Note: There's also the "android:versionCode=" property in
135 ;; java/AndroidManifest.xml, whose value is the major Emacs version,
136 ;; but if we increase it, upgraded installation will be unable to be
137 ;; downgraded to previous Emacs releases. (The corresponding
138 ;; "android:versionName=" value there is updated by configure.)
134 (let* ((oldversion 139 (let* ((oldversion
135 (with-temp-buffer 140 (with-temp-buffer
136 (insert-file-contents (expand-file-name "README" root)) 141 (insert-file-contents (expand-file-name "README" root))