diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el index 444c1b7b0..163f5804c 100644 --- a/lisp/ox-odt.el +++ b/lisp/ox-odt.el @@ -772,8 +772,8 @@ A rule consists in an association whose key is the type of link to consider, and value is a regexp that will be matched against link's path." :group 'org-export-odt - :version "24.4" - :package-version '(Org . "8.0") + :version "25.1" + :package-version '(Org . "8.3") :type '(alist :key-type (string :tag "Type") :value-type (regexp :tag "Path")))