branch: master
commit b7a7fe924217931332915d457928c6851db4a636
Author: rocky <[email protected]>
Commit: rocky <[email protected]>

    Release 1.4.0 which will be on melpa stable and elpa
---
 configure.ac |    2 +-
 realgud.el   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index e616ad6..1a7541d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 dnl FIXME: pick up from realgud.el
-AC_INIT(emacs-realgud, 1.1,)
+AC_INIT(emacs-realgud, 1.4.0,)
 AC_CONFIG_SRCDIR(realgud.el)
 AM_INIT_AUTOMAKE([foreign])
 AM_MAINTAINER_MODE
diff --git a/realgud.el b/realgud.el
index 5e4c019..ed2c327 100644
--- a/realgud.el
+++ b/realgud.el
@@ -1,7 +1,7 @@
 ;;; realgud.el --- A modular front-end for interacting with external debuggers
 
 ;; Author: Rocky Bernstein
-;; Version: 1.3.1
+;; Version: 1.4.0
 ;; Package-Requires: ((load-relative "1.0") (list-utils "0.4.2") (loc-changes 
"1.1") (test-simple  "1.0"))
 ;; URL: http://github.com/realgud/realgud/
 ;; Compatibility: GNU Emacs 24.x

Reply via email to