Bladeren bron

Version 3.3

Ryan C. Thompson 10 jaren geleden
bovenliggende
commit
0cabe3999d
3 gewijzigde bestanden met toevoegingen van 8 en 4 verwijderingen
  1. 4 0
      ChangeLog
  2. 2 2
      ido-completing-read+.el
  3. 2 2
      ido-ubiquitous.el

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2015-05-28  Ryan C. Thompson  <rct@thompsonclan.org>
+
+	* ido-ubiquitous.el (ido-ubiquitous-version): Fix a typo in the previous version
+
 2015-04-23  Ryan C. Thompson  <rct@thompsonclan.org>
 
 	* ido-completing-read+.el: Fix obsolete reference to "choices"

+ 2 - 2
ido-completing-read+.el

@@ -5,7 +5,7 @@
 ;; Filename: ido-completing-read+.el
 ;; Author: Ryan Thompson
 ;; Created: Sat Apr  4 13:41:20 2015 (-0700)
-;; Version: 3.2
+;; Version: 3.3
 ;; Package-Requires: ((emacs "24.1"))
 ;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
 ;; Keywords: ido, completion, convenience
@@ -41,7 +41,7 @@
 ;;
 ;;; Code:
 
-(defconst ido-ubiquitous-version "3.2"
+(defconst ido-ubiquitous-version "3.3"
   "Currently running version of ido-ubiquitous.
 
 Note that when you update ido-ubiquitous, this variable may not

+ 2 - 2
ido-ubiquitous.el

@@ -4,7 +4,7 @@
 
 ;; Author: Ryan C. Thompson
 ;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
-;; Version: 3.2
+;; Version: 3.3
 ;; Created: 2011-09-01
 ;; Keywords: convenience, completion, ido
 ;; EmacsWiki: InteractivelyDoThings
@@ -70,7 +70,7 @@
 ;;
 ;;; Code:
 
-(defconst ido-ubiquitous-version "3.2"
+(defconst ido-ubiquitous-version "3.3"
   "Currently running version of ido-ubiquitous.
 
 Note that when you update ido-ubiquitous, this variable may not