Skip to content

Commit

Permalink
Prepare for 2.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Danjou <[email protected]>
  • Loading branch information
jd committed May 26, 2011
1 parent 02fde37 commit da23a4c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions el-get.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;;
;; Author: Dimitri Fontaine <[email protected]>
;; URL: https://www.emacswiki.org/emacs/el-get.el
;; Version: 2.1
;; Version: 2.2
;; Created: 2010-06-17
;; Keywords: emacs package elisp install elpa git git-svn bzr cvs svn darcs hg
;; apt-get fink pacman http http-tar emacswiki
Expand All @@ -29,7 +29,11 @@

;;; Change Log:
;;
;; 2.1 - 2010-05-25 - Still growing, getting lazy
;; 2.2 - 2011-05-26 - Fix the merge
;;
;; - Revert changes introduced by a merge done by mistake
;;
;; 2.1 - 2011-05-25 - Still growing, getting lazy
;;
;; - Add support for autoloads, per Dave Abrahams
;; - fix 'wait support for http (using sync retrieval)
Expand Down Expand Up @@ -133,7 +137,7 @@
(defgroup el-get nil "el-get customization group"
:group 'convenience)

(defconst el-get-version "2.1" "el-get version number")
(defconst el-get-version "2.2" "el-get version number")

(defcustom el-get-post-init-hooks nil
"Hooks to run after a package init.
Expand Down

0 comments on commit da23a4c

Please sign in to comment.