diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-11-28 14:54:24 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-11-28 14:54:24 +0100 |
commit | 1fffe9a210d328559da2af8facbb75286a31c74e (patch) | |
tree | 3fca5f4b39a6066b3e2c46de4045b97b4d3f97a1 | |
parent | 2a4de5e5e5c3bb1d1022baf2b9a6f8b2acab4aa1 (diff) | |
download | emacs-1fffe9a210d328559da2af8facbb75286a31c74e.tar.gz emacs-1fffe9a210d328559da2af8facbb75286a31c74e.tar.bz2 emacs-1fffe9a210d328559da2af8facbb75286a31c74e.zip |
; * lisp/org/org.el: Fix version header.
-rw-r--r-- | lisp/org/org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el index 83b3d79cb17..1a137546192 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -9,7 +9,7 @@ ;; Homepage: https://orgmode.org ;; Package-Requires: ((emacs "25.1")) -;; Version: 9.5 +;; Version: 9.5.1 ;; This file is part of GNU Emacs. ;; |