Skip to content

Commit

Permalink
Version 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DarwinAwardWinner committed Jun 19, 2015
1 parent 6c00081 commit 6c644b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2015-06-19 Ryan C. Thompson <rct@thompsonclan.org>

* ido-ubiquitous.el: Fix some byte-compile warnings in autoloads
by also autoloading the associated variable declarations

2015-06-18 Ryan C. Thompson <rct@thompsonclan.org>

* ido-ubiquitous.el: Ignore and warn about invalid overrides
Expand Down
4 changes: 2 additions & 2 deletions ido-completing-read+.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Filename: ido-completing-read+.el
;; Author: Ryan Thompson
;; Created: Sat Apr 4 13:41:20 2015 (-0700)
;; Version: 3.4
;; Version: 3.5
;; Package-Requires: ((emacs "24.1"))
;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
;; Keywords: ido, completion, convenience
Expand Down Expand Up @@ -41,7 +41,7 @@
;;
;;; Code:

(defconst ido-completing-read+-version "3.4"
(defconst ido-completing-read+-version "3.5"
"Currently running version of ido-ubiquitous.
Note that when you update ido-completing-read+, this variable may
Expand Down
4 changes: 2 additions & 2 deletions ido-ubiquitous.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Ryan C. Thompson
;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
;; Version: 3.4
;; Version: 3.5
;; Created: 2011-09-01
;; Keywords: convenience, completion, ido
;; EmacsWiki: InteractivelyDoThings
Expand Down Expand Up @@ -70,7 +70,7 @@
;;
;;; Code:

(defconst ido-ubiquitous-version "3.4"
(defconst ido-ubiquitous-version "3.5"
"Currently running version of ido-ubiquitous.
Note that when you update ido-ubiquitous, this variable may not
Expand Down

0 comments on commit 6c644b6

Please sign in to comment.