Update hard-coded versions for sync with Emacs

This commit is contained in:
Kyle Meyer 2022-03-20 21:30:37 -04:00
parent 2f302c0cf4
commit 40378388e3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Inserted by installing Org mode or when a release is made."
(defun org-git-version ()
"The Git version of Org mode.
Inserted by installing Org or when a release is made."
(let ((org-git-version "release_9.5.2-24-g668205"))
(let ((org-git-version "release_9.5.2-25-gaf6f12"))
org-git-version))
(provide 'org-version)