branch: externals/realgux-trepan-xpy commit f758f48266d90775643454e72214e40a4ed320b8 Author: rocky <r...@dustyfeet.com> Commit: rocky <r...@dustyfeet.com>
Get ready for release 1.0.1 --- .gitignore | 2 ++ NEWS | 6 ++++++ THANKS | 0 configure.ac | 2 +- realgud-trepan-xpy.el | 4 ++-- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 98b94ebf0f..14a45ea398 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /.byebug_history /.python-version /.ruby-version +/ChangeLog /README /aclocal.m4 /autom4te.cache @@ -13,6 +14,7 @@ /config.status /configure /configure.lineno +/dist /elpa /install-sh /missing diff --git a/NEWS b/NEWS index 7a504b98ab..988d99e0c2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +1.0.1 March 21 2021 +=================== + +Minor corrections + + 1.0.0 ===== diff --git a/THANKS b/THANKS new file mode 100644 index 0000000000..e69de29bb2 diff --git a/configure.ac b/configure.ac index d8437906d5..73c89d424a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl FIXME: pick up from realgud.el -AC_INIT([realgud-trepan-xpy],[1.0.0],[]) +AC_INIT([realgud-trepan-xpy],[1.0.1],[]) AC_CONFIG_SRCDIR(trepan-xpy/trepan-xpy.el) AM_INIT_AUTOMAKE([foreign]) AM_MAINTAINER_MODE diff --git a/realgud-trepan-xpy.el b/realgud-trepan-xpy.el index cc620acf79..05c91da66a 100644 --- a/realgud-trepan-xpy.el +++ b/realgud-trepan-xpy.el @@ -1,13 +1,13 @@ ;;; realgud-trepan-xpy.el --- Realgud front-end to trepan-xpy -*- lexical-binding: t -*- ;; Author: Rocky Bernstein <ro...@gnu.org> -;; Version: 1.0.0 +;; Version: 1.0.1 ;; Package-Type: multi ;; Package-Requires: ((realgud "1.5.0") (load-relative "1.3.1") (emacs "25")) ;; URL: https://github.com/realgud/realgud-trepan-xpy ;; Compatibility: GNU Emacs 25.x -;; Copyright (C) 2019 Free Software Foundation, Inc +;; Copyright (C) 2019, 2023 Free Software Foundation, Inc ;; Author: Rocky Bernstein <ro...@gnu.org>