summaryrefslogtreecommitdiff
path: root/lisp/ob-J.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ob-J.el')
-rw-r--r--lisp/ob-J.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ob-J.el b/lisp/ob-J.el
index 572149b..eba4bc6 100644
--- a/lisp/ob-J.el
+++ b/lisp/ob-J.el
@@ -1,6 +1,6 @@
;;; ob-J.el --- Babel Functions for J -*- lexical-binding: t; -*-
-;; Copyright (C) 2011-2016 Free Software Foundation, Inc.
+;; Copyright (C) 2011-2017 Free Software Foundation, Inc.
;; Author: Oleh Krehel
;; Keywords: literate programming, reproducible research
@@ -38,7 +38,7 @@
(defcustom org-babel-J-command "jconsole"
"Command to call J."
:group 'org-babel
- :version "25.2"
+ :version "26.1"
:package-version '(Org . "9.0")
:type 'string)