diff options
| author | rocky <rocky@gnu.org> | 2019-06-04 03:02:40 -0400 |
|---|---|---|
| committer | rocky <rocky@gnu.org> | 2019-06-04 03:02:40 -0400 |
| commit | f2f77d6ddfa42430ead400eaf81c605c3a04dead (patch) | |
| tree | 7b8e0cab3076c56a68ff5d435a718bebb9bbada1 | |
| parent | ba4e06ac602320a5dc29db2f4e0020395fd51230 (diff) | |
Get ready for release 1.0.2
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | realgud-lldb.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c99e248..7c44801 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl FIXME: pick up from realgud.el -AC_INIT(realgud-lldb, 1.0.1,) +AC_INIT(realgud-lldb, 1.0.2,) AC_CONFIG_SRCDIR(lldb/lldb.el) AM_INIT_AUTOMAKE([foreign]) AM_MAINTAINER_MODE diff --git a/realgud-lldb.el b/realgud-lldb.el index d4589af..72fe9fe 100644 --- a/realgud-lldb.el +++ b/realgud-lldb.el @@ -1,7 +1,7 @@ ;;; realgud-lldb.el --- Realgud front-end to lldb -*- lexical-binding: t -*- ;; Author: Rocky Bernstein <rocky@gnu.org> -;; Version: 1.0.1 +;; Version: 1.0.2 ;; Package-Type: multi ;; Package-Requires: ((load-relative "1.3.1") (realgud "1.5.0") (emacs "25")) ;; URL: http://github.com/realgud/realgud-lldb |
