aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-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))