Skip to content

Commit

Permalink
Bump version numbers for 0.9.4.
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hackney <dan@haxney.org>
  • Loading branch information
haxney committed Feb 25, 2010
1 parent 682da51 commit c46c09c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-maint.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Phil Hagelberg <technomancy@gmail.com>
;; Created: 2 Jan 2009
;; Version: 0.9.3
;; Version: 0.9.4
;; Keywords: tools

;; This file is not (yet) part of GNU Emacs.
Expand Down
4 changes: 2 additions & 2 deletions package.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Tom Tromey <tromey@redhat.com>
;; Created: 10 Mar 2007
;; Version: 0.9.3
;; Version: 0.9.4
;; Keywords: tools

;; This file is not (yet) part of GNU Emacs.
Expand Down Expand Up @@ -154,7 +154,7 @@ Note that some code in package.el assumes that this is an http: URL."
"Version number of the package archive understood by this file.
Lower version numbers than this will probably be understood as well.")

(defconst package-el-version "0.9.3"
(defconst package-el-version "0.9.4"
"Version of package.el.")

;; We don't prime the cache since it tends to get out of date.
Expand Down

0 comments on commit c46c09c

Please sign in to comment.