Skip to content

Commit

Permalink
Get ready for release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed May 28, 2019
1 parent 8d03ab2 commit ce00886
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions realgud-trepan-ni.el
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
;;; realgud-trepan-ni.el --- Realgud front-end to trepan-ni -*- lexical-binding: t -*-

;; Author: Rocky Bernstein <rocky@gnu.org>
;; 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

Expand Down
2 changes: 1 addition & 1 deletion trepan-ni/core.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce00886

Please sign in to comment.