]> git.eshelyaron.com Git - emacs.git/commitdiff
; * admin/admin.el (set-version): Note about Android.
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Jan 2025 08:38:29 +0000 (10:38 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 25 Jan 2025 17:46:30 +0000 (18:46 +0100)
(cherry picked from commit 52dc01f1c8b3c14405cc9ce2a825ea68edcdadc8)

admin/admin.el

index d98b8243f2581877a1a02bf275f35cddc89f6734..131b8574029d4b53aa281724c5273609c62ba51b 100644 (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
                            "\\\\newcommand{\\\\versionemacs}\\[0\\]\
 {\\([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
           (with-temp-buffer
             (insert-file-contents (expand-file-name "README" root))