diff options
author | Nicholas D Steeves <nsteeves@gmail.com> | 2017-07-03 20:44:19 -0400 |
---|---|---|
committer | Nicholas D Steeves <nsteeves@gmail.com> | 2017-07-03 20:57:31 -0400 |
commit | 3458b4fdfffc1b4f542405325ffa8b6eed0eb1df (patch) | |
tree | 0c9ed6fcddc796bdb92d3fc5fd266fac3b583eda /lisp/ob-J.el | |
parent | 969f455bc143bb93c745b82db358392b123661e0 (diff) |
New upstream version 9.0.9+dfsg
Diffstat (limited to 'lisp/ob-J.el')
-rw-r--r-- | lisp/ob-J.el | 4 |
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) |