Przeglądaj źródła

Version 2.0.5 (also add version variable)

Ryan C. Thompson 11 lat temu
rodzic
commit
ecff6dc62b
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      ido-ubiquitous.el

+ 4 - 1
ido-ubiquitous.el

@@ -2,7 +2,7 @@
 
 ;; Author: Ryan C. Thompson
 ;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
-;; Version: 2.0.4
+;; Version: 2.0.5
 ;; Created: 2011-09-01
 ;; Keywords: convenience
 ;; EmacsWiki: InteractivelyDoThings
@@ -37,6 +37,9 @@
 
 ;;; Code:
 
+(defconst ido-ubiquitous-version "2.0.5"
+  "Currently running version of ido-ubiquitous.")
+
 (eval-when-compile
   (when (or (not (boundp 'completing-read-function))
             (< emacs-major-version 24))