Add :version tag to new Org options in Emacs 24.1
[bpt/emacs.git] / lisp / org / ob-plantuml.el
index da70052..55729eb 100644 (file)
@@ -44,6 +44,7 @@
 (defcustom org-plantuml-jar-path nil
   "Path to the plantuml.jar file."
   :group 'org-babel
+  :version "24.1"
   :type 'string)
 
 (defun org-babel-execute:plantuml (body params)