diff --git a/configure.ac b/configure.ac index aab504a..a7012f4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl FIXME: pick up from realgud.el -AC_INIT(realgud-inspect, 1.0.0,) +AC_INIT(realgud-inspect, 1.0.1,) AC_CONFIG_SRCDIR(trepan-ni/trepan-ni.el) AM_INIT_AUTOMAKE([foreign]) AM_MAINTAINER_MODE diff --git a/realgud-trepan-ni.el b/realgud-trepan-ni.el index 1150451..c2e10ac 100644 --- a/realgud-trepan-ni.el +++ b/realgud-trepan-ni.el @@ -1,9 +1,9 @@ ;;; realgud-trepan-ni.el --- Realgud front-end to trepan-ni -*- lexical-binding: t -*- ;; Author: Rocky Bernstein -;; Version: 1.0.0 +;; Version: 1.0.1 ;; Package-Type: multi -;; Package-Requires: ((load-relative "1.2") (realgud "1.4.8") (cl-lib "0.5") (emacs "25")) +;; Package-Requires: ((load-relative "1.2") (realgud "1.5.0") (cl-lib "0.5") (emacs "25")) ;; URL: http://github.com/realgud/realgud-trepan-ni ;; Compatibility: GNU Emacs 25.x diff --git a/trepan-ni/core.el b/trepan-ni/core.el index 5c6798c..c130221 100644 --- a/trepan-ni/core.el +++ b/trepan-ni/core.el @@ -58,7 +58,7 @@ run. We return the a list containing -* the name of the debugger given (e.g. trepan-ni) and its arguments: +* the name of the debugger given (e.g. \"trepan-ni|') and its arguments: a list of strings * the script name and its arguments - list of strings